Searched refs:rss_hash_ip4_4tuple (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | in_rss.c | 86 rss_hash_ip4_4tuple(struct in_addr src, u_short srcport, struct in_addr dst, in rss_hash_ip4_4tuple() function 131 hash = rss_hash_ip4_4tuple(s, sp, d, dp); in rss_proto_software_hash_v4() 137 hash = rss_hash_ip4_4tuple(s, sp, d, dp); in rss_proto_software_hash_v4() 177 hash = rss_hash_ip4_4tuple(d, dp, s, sp); in xps_proto_software_hash_v4() 182 hash = rss_hash_ip4_4tuple(d, dp, s, sp); in xps_proto_software_hash_v4()
|
| H A D | in_rss.h | 40 uint32_t rss_hash_ip4_4tuple(struct in_addr src, u_short srcport,
|
| H A D | in_pcbgroup.c | 284 hash = rss_hash_ip4_4tuple(faddr, fport, laddr, lport); in in_pcbgroup_bytuple()
|