Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDin_rss.c86 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()
HDin_rss.h40 uint32_t rss_hash_ip4_4tuple(struct in_addr src, u_short srcport,
HDin_pcbgroup.c281 hash = rss_hash_ip4_4tuple(faddr, fport, laddr, lport); in in_pcbgroup_bytuple()