Searched refs:in_mnext (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dist/ipf/netinet/
H A Dip_nat.h181 struct ipnat *in_mnext; /* map rule hash next */ member in struct:ipnat
H A Dip_fil_compat.c354 struct ipnat *in_mnext; member in struct:ipnat_4_1_0
1196 np->in_mnext = old->in_mnext;
2080 old->in_mnext = np->in_mnext;
H A Dip_nat.c400 np = &(*np)->in_mnext;
401 n->in_mnext = NULL;
434 if (n->in_mnext != NULL)
435 n->in_mnext->in_pmnext = n->in_pmnext;
436 *n->in_pmnext = n->in_mnext;
3836 npnext = np->in_mnext;
/netbsd-6-1-5-RELEASE/dist/ipf/
H A Dip_fil_compat.c354 struct ipnat *in_mnext; member in struct:ipnat_4_1_0
1202 np->in_mnext = old->in_mnext;
2086 old->in_mnext = np->in_mnext;

Completed in 66 milliseconds