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

/freebsd-13-stable/sys/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) function
1032 return (hash_ip6(addr6, hsize));
1044 return (hash_ip6(addr6, hsize));
1404 hash = hash_ip6(&ent->a.a6, size);

Completed in 98 milliseconds