Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhment.c151 hm->hm_next = hment_reserve_pool; in hment_put_reserve()
176 hment_reserve_pool = hm->hm_next; in hment_get_reserve()
241 hm->hm_next = NULL; in hment_alloc()
317 hm->hm_next = pp->p_mapping; in hment_insert()
507 hm = prev->hm_next; in hment_walk()
568 if (hm->hm_next) in hment_remove()
569 hm->hm_next->hm_prev = hm->hm_prev; in hment_remove()
571 hm->hm_prev->hm_next = hm->hm_next; in hment_remove()
573 pp->p_mapping = hm->hm_next; in hment_remove()
577 hm->hm_next = NULL; in hment_remove()
[all …]
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipnat.c385 hmp = hm.hm_next; in showhostmap()
497 nsp->ns_maplist = hm.hm_next; in showhostmap_live()
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_nat.c427 for (hm = ifs->ifs_maptable[hv]; hm; hm = hm->hm_next)
447 hm->hm_next = ifs->ifs_maptable[hv];
450 ifs->ifs_maptable[hv]->hm_pnext = &hm->hm_next;
483 if (hm->hm_next)
484 hm->hm_next->hm_pnext = hm->hm_pnext;
485 *hm->hm_pnext = hm->hm_next;
5513 nexthm = hm->hm_next;
5616 if (nexthm->hm_next == NULL) {
5623 nexthm = nexthm->hm_next;
H A Dip_nat6.c230 for (hm = ifs->ifs_maptable[hv]; hm; hm = hm->hm_next)
250 hm->hm_next = ifs->ifs_maptable[hv];
253 ifs->ifs_maptable[hv]->hm_pnext = &hm->hm_next;
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_nat.h341 struct hostmap *hm_next; member