Searched refs:hashidx (Results 1 – 4 of 4) sorted by relevance
204 uint32_t hashidx; in htable_link_entry() local215 hashidx = llt->llt_hash(lle, llt->llt_hsize); in htable_link_entry()216 lleh = &llt->lle_head[hashidx]; in htable_link_entry()
626 uint64_t hashidx; in pf_map_addr() local804 hashidx = in pf_map_addr()822 rpool->tblidx = (int)(hashidx % cnt); in pf_map_addr()
1684 u_int hashidx; in in_lltable_find_dst() local1686 hashidx = in_lltable_hash_dst(dst, llt->llt_hsize); in in_lltable_find_dst()1687 lleh = &llt->lle_head[hashidx]; in in_lltable_find_dst()
2357 u_int hashidx; in in6_lltable_find_dst() local2359 hashidx = in6_lltable_hash_dst(dst, llt->llt_hsize); in in6_lltable_find_dst()2360 lleh = &llt->lle_head[hashidx]; in in6_lltable_find_dst()