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

/freebsd-13-stable/sys/netinet6/
H A Din6.c2237 in6_lltable_hash_dst(const struct in6_addr *dst, uint32_t hsize) function
2247 return (in6_lltable_hash_dst(&lle->r_l3addr.addr6, hsize));
2269 hashidx = in6_lltable_hash_dst(dst, llt->llt_hsize);

Completed in 40 milliseconds