Home
last modified time | relevance | path

Searched refs:l4_hash (Results 1 – 8 of 8) sorted by relevance

/drivers/net/wireguard/
A Dqueueing.h78 u8 l4_hash = skb->l4_hash; in wg_reset_packet() local
84 skb->l4_hash = l4_hash; in wg_reset_packet()
/drivers/net/hyperv/
A Dnetvsc_drv.c1132 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 …]
A Dhyperv_net.h1057 u32 l4_hash; /* L4 hash settings */ member
1114 if (pkt_proto & ndc->l4_hash) { in netvsc_get_hash()
/drivers/net/ethernet/google/gve/
A Dgve_tx.c567 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()
A Dgve_tx_dqo.c526 if (skb->l4_hash) { in gve_extract_tx_metadata_dqo()
/drivers/net/xen-netback/
A Drx.c308 if (skb->l4_hash) in xenvif_rx_next_skb()
/drivers/net/
A Dveth.c1672 *rss_type = skb->l4_hash ? XDP_RSS_TYPE_L4_ANY : XDP_RSS_TYPE_NONE; in veth_xdp_rx_hash()
/drivers/net/bonding/
A Dbond_main.c4373 skb->l4_hash) in bond_xmit_hash()

Completed in 48 milliseconds