Searched refs:l4_hash (Results 1 – 8 of 8) sorted by relevance
78 u8 l4_hash = skb->l4_hash; in wg_reset_packet() local84 skb->l4_hash = l4_hash; in wg_reset_packet()
1132 ndc->l4_hash = HV_DEFAULT_L4HASH; in netvsc_init_settings()1593 if (ndc->l4_hash & HV_TCP4_L4HASH) in netvsc_get_rxfh_fields()1599 if (ndc->l4_hash & HV_TCP6_L4HASH) in netvsc_get_rxfh_fields()1656 ndc->l4_hash |= HV_TCP4_L4HASH; in netvsc_set_rxfh_fields()1660 ndc->l4_hash |= HV_TCP6_L4HASH; in netvsc_set_rxfh_fields()1664 ndc->l4_hash |= HV_UDP4_L4HASH; in netvsc_set_rxfh_fields()1668 ndc->l4_hash |= HV_UDP6_L4HASH; in netvsc_set_rxfh_fields()1681 ndc->l4_hash &= ~HV_TCP4_L4HASH; in netvsc_set_rxfh_fields()1685 ndc->l4_hash &= ~HV_TCP6_L4HASH; in netvsc_set_rxfh_fields()1689 ndc->l4_hash &= ~HV_UDP4_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()
567 int mtd_desc_nr = !!skb->l4_hash; in gve_tx_add_skb_copy()643 int mtd_desc_nr = !!skb->l4_hash; in gve_tx_add_skb_no_copy()
526 if (skb->l4_hash) { in gve_extract_tx_metadata_dqo()
308 if (skb->l4_hash) in xenvif_rx_next_skb()
1672 *rss_type = skb->l4_hash ? XDP_RSS_TYPE_L4_ANY : XDP_RSS_TYPE_NONE; in veth_xdp_rx_hash()
4373 skb->l4_hash) in bond_xmit_hash()
Completed in 48 milliseconds