Home
last modified time | relevance | path

Searched refs:in_pnext (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_nat.h217 struct ipnat **in_pnext; /* prior rdr next ptr */ member
H A Dip_nat.c1468 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;