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()
466 uint64_t hashidx; in pf_map_addr() local588 hashidx = in pf_map_addr()595 rpool->tblidx = (int)(hashidx % cnt); in pf_map_addr()608 rpool->tblidx = (int)(hashidx % cnt); in pf_map_addr()
1634 u_int hashidx; in in_lltable_find_dst() local1636 hashidx = in_lltable_hash_dst(dst, llt->llt_hsize); in in_lltable_find_dst()1637 lleh = &llt->lle_head[hashidx]; in in_lltable_find_dst()
2348 u_int hashidx; in in6_lltable_find_dst() local2350 hashidx = in6_lltable_hash_dst(dst, llt->llt_hsize); in in6_lltable_find_dst()2351 lleh = &llt->lle_head[hashidx]; in in6_lltable_find_dst()