Searched refs:nat_ref (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_compat.c177 int nat_ref; /* reference count */ member in struct:nat_4010900
H A Dip_nat.c1956 if (nat->nat_ref > 1) {
1957 nat->nat_ref--;
1961 return (nat->nat_ref);
1965 nat->nat_ref = 0;
2800 nat->nat_ref = 1;
5168 /* IF nat_ref == 1 when this function is called, then we have an orphan nat */
5169 /* structure *because* it only gets called on paths _after_ nat_ref has been*/
5170 /* incremented. If nat_ref == 1 then we shouldn't decrement it here */
5171 /* because nat_delete() will do that and send nat_ref to -1. */
5186 if (nat->nat_ref >
[all...]
H A Dip_nat6.c1018 nat->nat_ref = 1;
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_nat.h122 int nat_ref; /* reference count */ member in struct:nat

Completed in 81 milliseconds