Searched refs:rss_hash_ip6_4tuple (Results 1 – 2 of 2) sorted by relevance
| /src/sys/netinet6/ |
| H A D | in6_rss.c | 80 rss_hash_ip6_4tuple(const struct in6_addr *src, u_short srcport, in rss_hash_ip6_4tuple() function 125 hash = rss_hash_ip6_4tuple(s, sp, d, dp); in rss_proto_software_hash_v6() 131 hash = rss_hash_ip6_4tuple(s, sp, d, dp); in rss_proto_software_hash_v6() 172 hash = rss_hash_ip6_4tuple(d, dp, s, sp); in xps_proto_software_hash_v6() 177 hash = rss_hash_ip6_4tuple(d, dp, s, sp); in xps_proto_software_hash_v6()
|
| H A D | in6_rss.h | 38 uint32_t rss_hash_ip6_4tuple(const struct in6_addr *src, u_short srcport,
|