Searched refs:in_next (Results 1 – 6 of 6) sorted by relevance
367 nsp->ns_list = ipn.in_next;573 nsp->ns_list = ipn->in_next;
148 nattop = nat->in_next;1400 nat->in_next = n; in newnatrule()1401 n->in_pnext = &nat->in_next; in newnatrule()
690 for (ipn = softn->ipf_nat_list; ipn != NULL; ipn = ipn->in_next)
1110 for (n = softn->ipf_nat_list; n != NULL; n = n->in_next)1483 n->in_next = NULL;1486 softn->ipf_nat_list_tail = &n->in_next;2554 *np->in_pnext = np->in_next;2555 if (np->in_next != NULL)2556 np->in_next->in_pnext = np->in_pnext;2557 if (softn->ipf_nat_list_tail == &np->in_next)6063 for (n = softn->ipf_nat_list; (n != NULL); n = n->in_next) {6200 np = np->in_next, rulen++)6677 nextipnat = ipn->in_next;[all …]
224 struct ipnat *in_next; /* NAT rule list next */ member
560 struct ipnat *in_next; /* NAT rule list next */ member597 struct ipnat *in_next; member4261 old->in_next = np->in_next;4342 old->in_next = np->in_next;