Home
last modified time | relevance | path

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

/freebsd-12-stable/sbin/ipf/libipf/
Dprintactivenat.c144 nat->nat_next, nat->nat_pnext, nat->nat_hm); in printactivenat()
/freebsd-12-stable/sys/netpfil/ipfilter/netinet/
Dip_nat.c1709 for (n = softn->ipf_nat_instances; n; n = n->nat_next) in ipf_nat_getsz()
1802 for (n = softn->ipf_nat_instances; n; n = n->nat_next) in ipf_nat_getent()
1811 ipn->ipn_next = nat->nat_next; in ipf_nat_getent()
2147 for (n = softn->ipf_nat_instances; n; n = n->nat_next) in ipf_nat_putent()
2265 *nat->nat_pnext = nat->nat_next; in ipf_nat_delete()
2266 if (nat->nat_next != NULL) { in ipf_nat_delete()
2267 nat->nat_next->nat_pnext = nat->nat_pnext; in ipf_nat_delete()
2268 nat->nat_next = NULL; in ipf_nat_delete()
2502 next = nat->nat_next; in ipf_nat_delrule()
3489 nat->nat_next = softn->ipf_nat_instances; in ipf_nat_hashtab_add()
[all …]
Dip_nat.h93 struct nat *nat_next; member
/freebsd-12-stable/sbin/ipf/ipnat/
Dipnat.c364 for (np = nsp->ns_instances; np; np = nat.nat_next) { in dostats_dead()
598 nsp->ns_instances = nat.nat_next; in dostats_live()
/freebsd-12-stable/contrib/ipfilter/
Dip_fil_compat.c632 struct nat_4_1_25 *nat_next; member
675 struct nat *nat_next; member
717 struct nat *nat_next; member
4639 old->nat_next = (void *)nat->nat_next;
4700 old->nat_next = nat->nat_next;
4760 old->nat_next = nat->nat_next;
/freebsd-12-stable/sbin/ipf/ipftest/
Dipftest.c535 for (nat = softn->ipf_nat_instances; nat; nat = nat->nat_next) { in dumpnat()