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

/freebsd-10-stable/sys/contrib/ipfilter/netinet/
H A Dip_nat.c7749 nat_t *nat, *natnext; local
7758 for (nat = softn->ipf_nat_instances; nat != NULL; nat = natnext) {
7759 natnext = nat->nat_next;

Completed in 118 milliseconds