Searched refs:rss_hash_ip6_4tuple (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/netinet6/ |
| H A D | in6_rss.c | 87 rss_hash_ip6_4tuple(const struct in6_addr *src, u_short srcport, in rss_hash_ip6_4tuple() function 132 hash = rss_hash_ip6_4tuple(s, sp, d, dp); in rss_proto_software_hash_v6() 138 hash = rss_hash_ip6_4tuple(s, sp, d, dp); in rss_proto_software_hash_v6() 179 hash = rss_hash_ip6_4tuple(d, dp, s, sp); in xps_proto_software_hash_v6() 184 hash = rss_hash_ip6_4tuple(d, dp, s, sp); in xps_proto_software_hash_v6()
|
| H A D | in6_rss.h | 40 uint32_t rss_hash_ip6_4tuple(const struct in6_addr *src, u_short srcport,
|
| H A D | in6_pcbgroup.c | 113 hash = rss_hash_ip6_4tuple(faddrp, fport, laddrp, lport); in in6_pcbgroup_bytuple()
|