Home | History | Annotate | Download | only in netinet

Lines Matching defs:nexthm

6520 	hostmap_t *hm, *nexthm = NULL, zerohm;
6538 nexthm = softn->ipf_hm_maplist;
6540 nexthm = hm->hm_next;
6542 if (nexthm != NULL) {
6543 ATOMIC_INC32(nexthm->hm_ref);
6544 t->ipt_data = nexthm;
6547 nexthm = &zerohm;
6550 nnext = nexthm->hm_next;
6604 error = COPYOUT(nexthm, objp->ipfo_ptr, sizeof(*nexthm));