Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_htable.c171 iph->iph_ref = 1;
201 if (iph->iph_ref != 1) {
229 if (iph->iph_ref == 1) {
240 iph->iph_ref--;
241 if (iph->iph_ref == 0)
678 ATOMIC_INC(nextiph->iph_ref);
H A Dfil.c4347 ATOMIC_INC32(iph->iph_ref);
/illumos-gate/usr/src/cmd/ipf/lib/
H A Dprinthashdata.c95 PRINTF("\tRef. Count: %d\tMasks: %#x\n", hp->iph_ref,
H A Dprinthash.c107 PRINTF("\tRef. Count: %d\tMasks: %#x\n", iph.iph_ref,
H A Dload_hash.c73 iph.iph_ref = 0;
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_htable.h46 u_int iph_ref; member