Searched refs:hash_ip6 (Results 1 – 1 of 1) sorted by relevance
955 static __inline uint32_t hash_ip6(struct in6_addr *addr6, int hsize);1016 hash_ip6(struct in6_addr *addr6, int hsize) in hash_ip6() function1044 return (hash_ip6(addr6, hsize)); in hash_ip6_slow()1056 return (hash_ip6(addr6, hsize)); in hash_ip6_al()1416 hash = hash_ip6(&ent->a.a6, size); in hash_ent()