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

/netbsd-6-1-5-RELEASE/sys/dist/ipf/netinet/
H A Dip_nat.h122 int nat_ref; /* reference count */ member in struct:nat
H A Dip_nat.c1747 * NL_DESTROY should only be passed in when we've got nat_ref >= 2.
1752 if (nat->nat_ref > 2) {
1753 nat->nat_ref -= 2;
1759 } else if (nat->nat_ref > 1) {
1760 nat->nat_ref--;
1769 * At this point, nat_ref is 1, doing "--" would make it 0..
1771 nat->nat_ref = 0;
2690 nat->nat_ref = 1;
4759 /* IF nat_ref == 1 when this function is called, then we have an orphan nat */
4760 /* structure *because* it only gets called on paths _after_ nat_ref ha
[all...]
H A Dip_fil_compat.c429 int nat_ref; member in struct:nat_4_1_14
471 int nat_ref; member in struct:nat_4_1_3
/netbsd-6-1-5-RELEASE/dist/ipf/
H A Dip_fil_compat.c429 int nat_ref; member in struct:nat_4_1_14
471 int nat_ref; member in struct:nat_4_1_3

Completed in 119 milliseconds