Searched refs:nat_next (Results 1 – 5 of 5) sorted by relevance
143 nat->nat_next, nat->nat_pnext, nat->nat_hm); in printactivenat()
1707 for (n = softn->ipf_nat_instances; n; n = n->nat_next) in ipf_nat_getsz()1800 for (n = softn->ipf_nat_instances; n; n = n->nat_next) in ipf_nat_getent()1809 ipn->ipn_next = nat->nat_next; in ipf_nat_getent()2145 for (n = softn->ipf_nat_instances; n; n = n->nat_next) in ipf_nat_putent()2263 *nat->nat_pnext = nat->nat_next; in ipf_nat_delete()2264 if (nat->nat_next != NULL) { in ipf_nat_delete()2265 nat->nat_next->nat_pnext = nat->nat_pnext; in ipf_nat_delete()2266 nat->nat_next = NULL; in ipf_nat_delete()2500 next = nat->nat_next; in ipf_nat_delrule()3484 nat->nat_next = softn->ipf_nat_instances; in ipf_nat_hashtab_add()[all …]
91 struct nat *nat_next; member
363 for (np = nsp->ns_instances; np; np = nat.nat_next) { in dostats_dead()597 nsp->ns_instances = nat.nat_next; in dostats_live()
534 for (nat = softn->ipf_nat_instances; nat; nat = nat->nat_next) { in dumpnat()