Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Din_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()
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 Din_rss.h40 uint32_t rss_hash_ip4_4tuple(struct in_addr src, u_short srcport,
H A Din_pcbgroup.c284 hash = rss_hash_ip4_4tuple(faddr, fport, laddr, lport); in in_pcbgroup_bytuple()