Searched refs:nat_next (Results 1 – 5 of 5) sorted by relevance
140 nat->nat_next, nat->nat_pnext, nat->nat_hm); in printactivenat()
1703 for (n = softn->ipf_nat_instances; n; n = n->nat_next) in ipf_nat_getsz()1796 for (n = softn->ipf_nat_instances; n; n = n->nat_next) in ipf_nat_getent()1805 ipn->ipn_next = nat->nat_next; in ipf_nat_getent()2141 for (n = softn->ipf_nat_instances; n; n = n->nat_next) in ipf_nat_putent()2259 *nat->nat_pnext = nat->nat_next; in ipf_nat_delete()2260 if (nat->nat_next != NULL) { in ipf_nat_delete()2261 nat->nat_next->nat_pnext = nat->nat_pnext; in ipf_nat_delete()2262 nat->nat_next = NULL; in ipf_nat_delete()2496 next = nat->nat_next; in ipf_nat_delrule()3480 nat->nat_next = softn->ipf_nat_instances; in ipf_nat_hashtab_add()[all …]
89 struct nat *nat_next; member
359 for (np = nsp->ns_instances; np; np = nat.nat_next) { in dostats_dead()593 nsp->ns_instances = nat.nat_next; in dostats_live()
530 for (nat = softn->ipf_nat_instances; nat; nat = nat->nat_next) { in dumpnat()