Home
last modified time | relevance | path

Searched refs:rss_hash_ip4_2tuple (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/netinet/
H A Din_rss.c69 rss_hash_ip4_2tuple(struct in_addr src, struct in_addr dst) in rss_hash_ip4_2tuple() function
143 hash = rss_hash_ip4_2tuple(s, d); in rss_proto_software_hash_v4()
187 hash = rss_hash_ip4_2tuple(d, s); in xps_proto_software_hash_v4()
H A Din_rss.h42 uint32_t rss_hash_ip4_2tuple(struct in_addr src, struct in_addr dst);
H A Din_pcbgroup.c292 hash = rss_hash_ip4_2tuple(faddr, laddr); in in_pcbgroup_bytuple()
/f-stack/freebsd/net/
H A Dif_gre.c671 flowid = rss_hash_ip4_2tuple(mtod(m, struct ip *)->ip_src,