Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_nat.c6466 hostmap_t *hm, *nexthm = NULL, zerohm; in ipf_nat_getnext() local
6484 nexthm = softn->ipf_hm_maplist; in ipf_nat_getnext()
6486 nexthm = hm->hm_next; in ipf_nat_getnext()
6488 if (nexthm != NULL) { in ipf_nat_getnext()
6489 ATOMIC_INC32(nexthm->hm_ref); in ipf_nat_getnext()
6490 t->ipt_data = nexthm; in ipf_nat_getnext()
6493 nexthm = &zerohm; in ipf_nat_getnext()
6496 nnext = nexthm->hm_next; in ipf_nat_getnext()
6550 error = COPYOUT(nexthm, objp->ipfo_ptr, sizeof(*nexthm)); in ipf_nat_getnext()