Home
last modified time | relevance | path

Searched refs:hashidx (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/net/
H A Dif_llatbl.c204 uint32_t hashidx; in htable_link_entry() local
215 hashidx = llt->llt_hash(lle, llt->llt_hsize); in htable_link_entry()
216 lleh = &llt->lle_head[hashidx]; in htable_link_entry()
/freebsd/sys/netpfil/pf/
H A Dpf_lb.c466 uint64_t hashidx; in pf_map_addr() local
588 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()
/freebsd/sys/netinet/
H A Din.c1634 u_int hashidx; in in_lltable_find_dst() local
1636 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()
/freebsd/sys/netinet6/
H A Din6.c2348 u_int hashidx; in in6_lltable_find_dst() local
2350 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()