Searched refs:rss_hash_ip4_4tuple (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/netinet/ |
H A D | in_rss.c | 78 rss_hash_ip4_4tuple(struct in_addr src, u_short srcport, struct in_addr dst, in rss_hash_ip4_4tuple() function 123 hash = rss_hash_ip4_4tuple(s, sp, d, dp); in rss_proto_software_hash_v4() 129 hash = rss_hash_ip4_4tuple(s, sp, d, dp); in rss_proto_software_hash_v4() 169 hash = rss_hash_ip4_4tuple(d, dp, s, sp); in xps_proto_software_hash_v4() 174 hash = rss_hash_ip4_4tuple(d, dp, s, sp); in xps_proto_software_hash_v4()
|
H A D | in_rss.h | 38 uint32_t rss_hash_ip4_4tuple(struct in_addr src, u_short srcport,
|