Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/libipf/
H A Dprinthashdata.c17 PRINTF("# 'anonymous' table refs %d\n", hp->iph_ref); in printhashdata()
77 PRINTF("\tRef. Count: %d\tMasks: %#x\n", hp->iph_ref, in printhashdata()
H A Dload_hash.c56 iph.iph_ref = 0; in load_hash()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_htable.c294 iph->iph_ref++; in ipf_htable_create()
343 iph->iph_ref = 1; in ipf_htable_create()
401 if (iph->iph_ref != 0) { in ipf_htable_destroy()
635 iph->iph_ref--; in ipf_htable_deref()
636 refs = iph->iph_ref; in ipf_htable_deref()
638 if (iph->iph_ref == 0) { in ipf_htable_deref()
720 ATOMIC_INC32(iph->iph_ref); in ipf_htable_select_add_ref()
1176 ATOMIC_INC(nextiph->iph_ref); in ipf_htable_iter_next()
H A Dip_htable.h52 u_int iph_ref; member
H A Dfil.c5484 iph->iph_ref++; in ipf_grpmapinit()