Searched refs:nat_next (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dprintactivenat.c71 nat->nat_next, nat->nat_pnext, nat->nat_hm);
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipnat.c351 for (np = nsp->ns_instances; np; np = nat.nat_next) {
478 nsp->ns_instances = nat.nat_next;
H A Dipftest.c645 for (nat = ifs->ifs_nat_instances; nat; nat = nat->nat_next) {
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_compat.c144 struct nat *nat_next; member in struct:nat_4010900
H A Dip_nat.c1223 for (n = ifs->ifs_nat_instances; n; n = n->nat_next)
1293 for (n = ifs->ifs_nat_instances; n; n = n->nat_next)
1301 ipn->ipn_next = nat->nat_next;
1808 for (n = ifs->ifs_nat_instances; n; n = n->nat_next)
1983 *nat->nat_pnext = nat->nat_next;
1984 if (nat->nat_next != NULL) {
1985 nat->nat_next->nat_pnext = nat->nat_pnext;
1986 nat->nat_next = NULL;
2819 nat->nat_next = ifs->ifs_nat_instances;
2822 ifs->ifs_nat_instances->nat_pnext = &nat->nat_next;
[all...]
H A Dip_nat6.c1037 nat->nat_next = ifs->ifs_nat_instances;
1040 ifs->ifs_nat_instances->nat_pnext = &nat->nat_next;
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_nat.h89 struct nat *nat_next; member in struct:nat

Completed in 79 milliseconds