Home
last modified time | relevance | path

Searched refs:in_mnext (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_nat.h183 struct ipnat *in_mnext; /* map rule hash next */ member
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_nat.c358 np = &(*np)->in_mnext;
359 n->in_mnext = NULL;
392 if (n->in_mnext != NULL)
393 n->in_mnext->in_pmnext = n->in_pmnext;
394 *n->in_pmnext = n->in_mnext;
3956 npnext = np->in_mnext;
3994 npnext = np->in_mnext;
H A Dip_nat6.c186 np = &(*np)->in_mnext;
187 n->in_mnext = NULL;
2115 for (np = ifs->ifs_nat_rules[hv]; np; np = np->in_mnext)