HomeSort by: relevance | last modified time | path
    Searched refs:in_mnext (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_nat6.c 282 np = &(*np)->in_mnext;
283 n->in_mnext = NULL;
345 if (n->in_mnext != NULL)
346 n->in_mnext->in_pmnext = n->in_pmnext;
347 *n->in_pmnext = n->in_mnext;
2653 for (np = softn->ipf_nat_map_rules[hv]; np; np = np->in_mnext) {
ip_nat.c 696 np = &(*np)->in_mnext;
697 n->in_mnext = NULL;
744 if (n->in_mnext != NULL)
745 n->in_mnext->in_pmnext = n->in_pmnext;
746 *n->in_pmnext = n->in_mnext;
4869 npnext = np->in_mnext;
4916 if (npnext != np->in_mnext) {
4921 npnext = np->in_mnext;
8128 np->in_mnext = NULL;
8131 npp = &(*npp)->in_mnext;
    [all...]
ip_nat.h 242 struct ipnat *in_mnext; /* map rule hash next */ member in struct:ipnat
ip_fil_compat.c 565 struct ipnat *in_mnext; /* map rule hash next */ member in struct:ipnat_4_1_14
602 struct ipnat *in_mnext; member in struct:ipnat_4_1_0
4166 old->in_mnext = np->in_mnext;
4245 old->in_mnext = np->in_mnext;

Completed in 22 milliseconds