HomeSort by: relevance | last modified time | path
    Searched defs:npnext (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_nat.c 4779 ipnat_t *np = NULL, *npnext; local in function:ipf_nat_checkout
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; local in function:ipf_nat_checkin
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
    [all...]

Completed in 34 milliseconds