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

/netbsd-6-1-5-RELEASE/sys/dist/ipf/netinet/
H A Dip_nat.h179 struct ipnat *in_rnext; /* rdr rule hash next */ member in struct:ipnat
H A Dip_fil_compat.c352 struct ipnat *in_rnext; member in struct:ipnat_4_1_0
1194 np->in_rnext = old->in_rnext;
2078 old->in_rnext = np->in_rnext;
H A Dip_nat.c368 np = &(*np)->in_rnext;
369 n->in_rnext = NULL;
418 if (n->in_rnext)
419 n->in_rnext->in_prnext = n->in_prnext;
420 *n->in_prnext = n->in_rnext;
4124 npnext = np->in_rnext;
4157 if ((npnext != np->in_rnext) &&
/netbsd-6-1-5-RELEASE/dist/ipf/
H A Dip_fil_compat.c352 struct ipnat *in_rnext; member in struct:ipnat_4_1_0
1200 np->in_rnext = old->in_rnext;
2084 old->in_rnext = np->in_rnext;

Completed in 89 milliseconds