Lines Matching defs:npnext
4779 ipnat_t *np = NULL, *npnext;
4868 for (np = softn->ipf_nat_map_rules[hv]; np; np = npnext) {
4869 npnext = np->in_mnext;
4916 if (npnext != np->in_mnext) {
4921 npnext = np->in_mnext;
5275 ipnat_t *np, *npnext;
5358 for (np = softn->ipf_nat_rdr_rules[hv]; np; np = npnext) {
5359 npnext = np->in_rnext;
5407 if (npnext != np->in_rnext) {
5412 npnext = np->in_rnext;