Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/i86pc/vm/
H A Dhment.c50 struct hment *hm_next; /* next mapping of same page */ member
155 hm->hm_next = hment_reserve_pool; in hment_put_reserve()
180 hment_reserve_pool = hm->hm_next; in hment_get_reserve()
245 hm->hm_next = NULL; in hment_alloc()
321 hm->hm_next = pp->p_mapping; in hment_insert()
511 hm = prev->hm_next; in hment_walk()
572 if (hm->hm_next) in hment_remove()
573 hm->hm_next->hm_prev = hm->hm_prev; in hment_remove()
575 hm->hm_prev->hm_next = hm->hm_next; in hment_remove()
577 pp->p_mapping = hm->hm_next; in hment_remove()
[all …]
/titanic_44/usr/src/cmd/ipf/tools/
H A Dipnat.c398 hmp = hm.hm_next;
512 nsp->ns_maplist = hm.hm_next;
/titanic_44/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;
5511 nexthm = hm->hm_next;
5614 if (nexthm->hm_next == NULL) {
5621 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;
/titanic_44/usr/src/uts/common/inet/ipf/netinet/
H A Dip_nat.h341 struct hostmap *hm_next; member