Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Din_rss.c61 rss_hash_ip4_2tuple(struct in_addr src, struct in_addr dst) in rss_hash_ip4_2tuple() function
135 hash = rss_hash_ip4_2tuple(s, d); in rss_proto_software_hash_v4()
179 hash = rss_hash_ip4_2tuple(d, s); in xps_proto_software_hash_v4()
H A Din_rss.h40 uint32_t rss_hash_ip4_2tuple(struct in_addr src, struct in_addr dst);
/freebsd/sys/net/
H A Dif_gre.c654 flowid = rss_hash_ip4_2tuple(mtod(m, struct ip *)->ip_src,