Home
last modified time | relevance | path

Searched refs:nextipnat (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_nat.c5520 nextipnat = ifs->ifs_nat_list;
5522 nextipnat = ipn->in_next;
5567 if (nextipnat != NULL) {
5568 ATOMIC_INC32(nextipnat->in_use);
5569 t->ipt_data = nextipnat;
5572 nextipnat = &zeroipn;
5628 error = COPYOUT(nextipnat, dst, sizeof(*nextipnat));
5641 if (nextipnat->in_next == NULL) {
5646 dst += sizeof(*nextipnat);
5647 ipn = nextipnat;
[all …]