Searched refs:HV_UDP4_L4HASH (Results 1 – 2 of 2) sorted by relevance
1022 #define HV_UDP4_L4HASH 4 macro1024 #define HV_DEFAULT_L4HASH (HV_TCP4_L4HASH | HV_TCP6_L4HASH | HV_UDP4_L4HASH | \1107 pkt_proto = HV_UDP4_L4HASH; in netvsc_get_hash()
1605 if (ndc->l4_hash & HV_UDP4_L4HASH) in netvsc_get_rxfh_fields()1664 ndc->l4_hash |= HV_UDP4_L4HASH; in netvsc_set_rxfh_fields()1689 ndc->l4_hash &= ~HV_UDP4_L4HASH; in netvsc_set_rxfh_fields()
Completed in 37 milliseconds