Searched refs:hash_ip6 (Results 1 – 1 of 1) sorted by relevance
943 static __inline uint32_t hash_ip6(struct in6_addr *addr6, int hsize);1004 hash_ip6(struct in6_addr *addr6, int hsize) in hash_ip6() function1032 return (hash_ip6(addr6, hsize)); in hash_ip6_slow()1044 return (hash_ip6(addr6, hsize)); in hash_ip6_al()1404 hash = hash_ip6(&ent->a.a6, size); in hash_ent()