Home
last modified time | relevance | path

Searched refs:hash_ip6 (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table_algo.c943 static __inline uint32_t hash_ip6(struct in6_addr *addr6, int hsize);
1004 hash_ip6(struct in6_addr *addr6, int hsize) in hash_ip6() function
1032 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()