Searched refs:l4_hash (Results 1 – 7 of 7) sorted by relevance
1132 ndc->l4_hash = HV_DEFAULT_L4HASH; in netvsc_init_settings()1591 if (ndc->l4_hash & HV_TCP4_L4HASH) in netvsc_get_rxfh_fields()1597 if (ndc->l4_hash & HV_TCP6_L4HASH) in netvsc_get_rxfh_fields()1603 if (ndc->l4_hash & HV_UDP4_L4HASH) in netvsc_get_rxfh_fields()1609 if (ndc->l4_hash & HV_UDP6_L4HASH) in netvsc_get_rxfh_fields()1647 ndc->l4_hash |= HV_TCP4_L4HASH; in netvsc_set_rxfh_fields()1651 ndc->l4_hash |= HV_TCP6_L4HASH; in netvsc_set_rxfh_fields()1655 ndc->l4_hash |= HV_UDP4_L4HASH; in netvsc_set_rxfh_fields()1659 ndc->l4_hash |= HV_UDP6_L4HASH; in netvsc_set_rxfh_fields()1672 ndc->l4_hash &= ~HV_TCP4_L4HASH; in netvsc_set_rxfh_fields()[all …]
1057 u32 l4_hash; /* L4 hash settings */ member1114 if (pkt_proto & ndc->l4_hash) { in netvsc_get_hash()
308 if (skb->l4_hash) in xenvif_rx_next_skb()
1322 devlink_fmsg_put(fmsg, "l4_hash", !!skb->l4_hash); in devlink_fmsg_dump_skb()
531 if (skb->l4_hash) { in gve_extract_tx_metadata_dqo()
574 if (skb->l4_hash) in queue_userspace_packet()
718 bool use_skbhash = skb->l4_hash; in cake_hash()