Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Din6_rss.c87 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 Din6_rss.h40 uint32_t rss_hash_ip6_4tuple(const struct in6_addr *src, u_short srcport,
H A Din6_pcbgroup.c113 hash = rss_hash_ip6_4tuple(faddrp, fport, laddrp, lport); in in6_pcbgroup_bytuple()