Home
last modified time | relevance | path

Searched refs:ipf_nat_instances (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_nat.c1196 nsp->ns_instances = softn->ipf_nat_instances; in ipf_nat_ioctl()
1681 nat = softn->ipf_nat_instances; in ipf_nat_getsz()
1703 for (n = softn->ipf_nat_instances; n; n = n->nat_next) in ipf_nat_getsz()
1782 nat = softn->ipf_nat_instances; in ipf_nat_getent()
1784 if (softn->ipf_nat_instances == NULL) { in ipf_nat_getent()
1796 for (n = softn->ipf_nat_instances; n; n = n->nat_next) in ipf_nat_getent()
2141 for (n = softn->ipf_nat_instances; n; n = n->nat_next) in ipf_nat_putent()
2417 while ((nat = softn->ipf_nat_instances) != NULL) { in ipf_nat_flushtable()
2495 for (next = softn->ipf_nat_instances; (nat = next) != NULL;) { in ipf_nat_delrule()
3480 nat->nat_next = softn->ipf_nat_instances; in ipf_nat_hashtab_add()
[all …]
H A Dip_nat.h639 nat_t *ipf_nat_instances; member
/freebsd/sbin/ipf/ipftest/
H A Dipftest.c530 for (nat = softn->ipf_nat_instances; nat; nat = nat->nat_next) { in dumpnat()