Searched refs:in_pnext (Results 1 – 2 of 2) sorted by relevance
217 struct ipnat **in_pnext; /* prior rdr next ptr */ member
1468 n->in_pnext = softn->ipf_nat_list_tail;1469 *n->in_pnext = n;2537 if (np->in_pnext != NULL) {2538 *np->in_pnext = np->in_next;2540 np->in_next->in_pnext = np->in_pnext;2542 softn->ipf_nat_list_tail = np->in_pnext;