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

/freebsd-10.3-release/contrib/ipfilter/lib/
H A Dprintactivenat.c130 nat->nat_next, nat->nat_pnext, nat->nat_hm);
/freebsd-10.3-release/sys/contrib/ipfilter/netinet/
H A Dip_nat.c1761 for (n = softn->ipf_nat_instances; n; n = n->nat_next)
1857 for (n = softn->ipf_nat_instances; n; n = n->nat_next)
1866 ipn->ipn_next = nat->nat_next;
2209 for (n = softn->ipf_nat_instances; n; n = n->nat_next)
2328 *nat->nat_pnext = nat->nat_next;
2329 if (nat->nat_next != NULL) {
2330 nat->nat_next->nat_pnext = nat->nat_pnext;
2331 nat->nat_next = NULL;
2572 next = nat->nat_next;
3561 nat->nat_next
[all...]
H A Dip_nat.h97 struct nat *nat_next; member in struct:nat
/freebsd-10.3-release/contrib/ipfilter/tools/
H A Dipnat.c383 for (np = nsp->ns_instances; np; np = nat.nat_next) {
621 nsp->ns_instances = nat.nat_next;
H A Dipftest.c693 for (nat = softn->ipf_nat_instances; nat; nat = nat->nat_next) {
/freebsd-10.3-release/contrib/ipfilter/
H A Dip_fil_compat.c654 struct nat_4_1_25 *nat_next; member in struct:nat_4_1_25
697 struct nat *nat_next; member in struct:nat_4_1_14
739 struct nat *nat_next; member in struct:nat_4_1_3
4682 old->nat_next = (void *)nat->nat_next;
4743 old->nat_next = nat->nat_next;
4803 old->nat_next = nat->nat_next;

Completed in 189 milliseconds