Home
last modified time | relevance | path

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

/freebsd-13-stable/sbin/ipf/libipf/
HDprinthashdata.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()
HDload_hash.c56 iph.iph_ref = 0; in load_hash()
/freebsd-13-stable/sys/netpfil/ipfilter/netinet/
HDip_htable.c299 iph->iph_ref++; in ipf_htable_create()
348 iph->iph_ref = 1; in ipf_htable_create()
406 if (iph->iph_ref != 0) { in ipf_htable_destroy()
640 iph->iph_ref--; in ipf_htable_deref()
641 refs = iph->iph_ref; in ipf_htable_deref()
643 if (iph->iph_ref == 0) { in ipf_htable_deref()
725 ATOMIC_INC32(iph->iph_ref); in ipf_htable_select_add_ref()
1181 ATOMIC_INC(nextiph->iph_ref); in ipf_htable_iter_next()
HDip_htable.h52 u_int iph_ref; member
HDfil.c5488 iph->iph_ref++; in ipf_grpmapinit()