Searched refs:hashidx (Results 1 – 4 of 4) sorted by relevance
174 uint32_t hashidx; in htable_link_entry() local182 hashidx = llt->llt_hash(lle, llt->llt_hsize); in htable_link_entry()183 lleh = &llt->lle_head[hashidx]; in htable_link_entry()
549 uint32_t hashidx = ((uint32_t)(uintptr_t)pmap ^ in pvhashidx() local552 return hashidx; in pvhashidx()
2524 u_int hashidx; in in_lltable_find_dst() local2526 hashidx = in_lltable_hash_dst(dst, llt->llt_hsize); in in_lltable_find_dst()2527 lleh = &llt->lle_head[hashidx]; in in_lltable_find_dst()
4754 u_int hashidx; in in6_lltable_find_dst() local4756 hashidx = in6_lltable_hash_dst(dst, llt->llt_hsize); in in6_lltable_find_dst()4757 lleh = &llt->lle_head[hashidx]; in in6_lltable_find_dst()