Home
last modified time | relevance | path

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

/titanic_50/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)
679 ATOMIC_INC(nextiph->iph_ref);
H A Dfil.c4351 ATOMIC_INC32(iph->iph_ref);
/titanic_50/usr/src/cmd/ipf/lib/common/
H A Dprinthashdata.c97 PRINTF("\tRef. Count: %d\tMasks: %#x\n", hp->iph_ref,
H A Dprinthash.c109 PRINTF("\tRef. Count: %d\tMasks: %#x\n", iph.iph_ref,
H A Dload_hash.c73 iph.iph_ref = 0;
/titanic_50/usr/src/uts/common/inet/ipf/netinet/
H A Dip_htable.h46 u_int iph_ref; member