Home
last modified time | relevance | path

Searched refs:HV_UDP4_L4HASH (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/hyperv/
H A Dhyperv_net.h1011 #define HV_UDP4_L4HASH 4 macro
1013 #define HV_DEFAULT_L4HASH (HV_TCP4_L4HASH | HV_TCP6_L4HASH | HV_UDP4_L4HASH | \
1093 pkt_proto = HV_UDP4_L4HASH; in netvsc_get_hash()
H A Dnetvsc_drv.c1636 if (ndc->l4_hash & HV_UDP4_L4HASH) in netvsc_get_rss_hash_opts()
1694 ndc->l4_hash |= HV_UDP4_L4HASH; in netvsc_set_rss_hash_opts()
1719 ndc->l4_hash &= ~HV_UDP4_L4HASH; in netvsc_set_rss_hash_opts()
/kernel/linux/linux-5.10/drivers/net/hyperv/
H A Dnetvsc_drv.c274 pkt_proto = HV_UDP4_L4HASH; in netvsc_get_hash()
1647 if (ndc->l4_hash & HV_UDP4_L4HASH) in netvsc_get_rss_hash_opts()
1705 ndc->l4_hash |= HV_UDP4_L4HASH; in netvsc_set_rss_hash_opts()
1730 ndc->l4_hash &= ~HV_UDP4_L4HASH; in netvsc_set_rss_hash_opts()
H A Dhyperv_net.h935 #define HV_UDP4_L4HASH 4 macro
937 #define HV_DEFAULT_L4HASH (HV_TCP4_L4HASH | HV_TCP6_L4HASH | HV_UDP4_L4HASH | \

Completed in 15 milliseconds