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

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_nat.c5490 hostmap_t *hm, *nexthm = NULL, zerohm; local
5509 nexthm = ifs->ifs_ipf_hm_maplist;
5511 nexthm = hm->hm_next;
5555 if (nexthm != NULL) {
5556 ATOMIC_INC32(nexthm->hm_ref);
5557 t->ipt_data = nexthm;
5560 nexthm = &zerohm;
5601 error = COPYOUT(nexthm, dst, sizeof(*nexthm));
5614 if (nexthm
[all...]

Completed in 367 milliseconds