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

/freebsd-11-stable/sys/net/
H A Dif_llatbl.c156 uint32_t hashidx; local
163 hashidx = llt->llt_hash(lle, llt->llt_hsize);
164 lleh = &llt->lle_head[hashidx];
/freebsd-11-stable/sys/netinet/
H A Din.c1284 u_int hashidx; local
1286 hashidx = in_lltable_hash_dst(dst, llt->llt_hsize);
1287 lleh = &llt->lle_head[hashidx];
/freebsd-11-stable/sys/netinet6/
H A Din6.c2201 u_int hashidx; local
2203 hashidx = in6_lltable_hash_dst(dst, llt->llt_hsize);
2204 lleh = &llt->lle_head[hashidx];

Completed in 185 milliseconds