Searched refs:hashidx (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/net/
H A Dif_llatbl.c204 uint32_t hashidx; local
215 hashidx = llt->llt_hash(lle, llt->llt_hsize);
216 lleh = &llt->lle_head[hashidx];
/freebsd-current/sys/netinet/
H A Din.c1618 u_int hashidx; local
1620 hashidx = in_lltable_hash_dst(dst, llt->llt_hsize);
1621 lleh = &llt->lle_head[hashidx];
/freebsd-current/sys/netinet6/
H A Din6.c2348 u_int hashidx; local
2350 hashidx = in6_lltable_hash_dst(dst, llt->llt_hsize);
2351 lleh = &llt->lle_head[hashidx];

Completed in 200 milliseconds