Home
last modified time | relevance | path

Searched refs:HV_TCP4_L4HASH (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/net/hyperv/
Dhyperv_net.h1007 #define HV_TCP4_L4HASH 1 macro
1011 #define HV_DEFAULT_L4HASH (HV_TCP4_L4HASH | HV_TCP6_L4HASH | HV_UDP4_L4HASH | \
1080 pkt_proto = HV_TCP4_L4HASH; in netvsc_get_hash()
Dnetvsc_drv.c1620 if (ndc->l4_hash & HV_TCP4_L4HASH) in netvsc_get_rss_hash_opts()
1682 ndc->l4_hash |= HV_TCP4_L4HASH; in netvsc_set_rss_hash_opts()
1707 ndc->l4_hash &= ~HV_TCP4_L4HASH; in netvsc_set_rss_hash_opts()