Home | History | Annotate | Download | only in netinet

Lines Matching defs:npp

8073 	ipnat_t **newtab, *np, ***old, **npp;
8122 for (npp = newtab + hv; *npp != NULL; )
8123 npp = &(*npp)->in_rnext;
8124 np->in_prnext = npp;
8125 *npp = np;
8130 for (npp = newtab + hv; *npp != NULL; )
8131 npp = &(*npp)->in_mnext;
8132 np->in_pmnext = npp;
8133 *npp = np;