Home
last modified time | relevance | path

Searched refs:iph_ref (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/bsd/ipf/dist/lib/
Dprinthashdata.c21 PRINTF("# 'anonymous' table refs %d\n", hp->iph_ref);
81 PRINTF("\tRef. Count: %d\tMasks: %#x\n", hp->iph_ref,
Dload_hash.c60 iph.iph_ref = 0;
/netbsd/src/sys/external/bsd/ipf/netinet/
Dip_htable.c318 iph->iph_ref++; in ipf_htable_create()
367 iph->iph_ref = 1; in ipf_htable_create()
425 if (iph->iph_ref != 0) { in ipf_htable_destroy()
658 iph->iph_ref--; in ipf_htable_deref()
659 refs = iph->iph_ref; in ipf_htable_deref()
661 if (iph->iph_ref == 0) { in ipf_htable_deref()
743 ATOMIC_INC32(iph->iph_ref); in ipf_htable_select_add_ref()
1196 ATOMIC_INC(nextiph->iph_ref); in ipf_htable_iter_next()
Dip_htable.h54 u_int iph_ref; member
Dfil.c5502 iph->iph_ref++; in ipf_grpmapinit()
/netbsd/src/external/bsd/ipf/dist/
Dip_htable.c315 iph->iph_ref++;
368 iph->iph_ref = 1;
433 if (iph->iph_ref != 0) {
686 iph->iph_ref--;
687 refs = iph->iph_ref;
689 if (iph->iph_ref == 0) {
779 ATOMIC_INC32(iph->iph_ref);
1259 ATOMIC_INC(nextiph->iph_ref);
Dip_htable.h54 u_int iph_ref; member