Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireguard/
Dqueueing.h78 u8 l4_hash = skb->l4_hash; in wg_reset_packet() local
84 skb->l4_hash = l4_hash; in wg_reset_packet()
/linux-6.1.9/include/trace/events/
Dnet.h181 __field( bool, l4_hash )
207 __entry->l4_hash = skb->l4_hash;
222 __entry->hash, __entry->l4_hash, __entry->len,
/linux-6.1.9/drivers/net/hyperv/
Dnetvsc_drv.c1160 ndc->l4_hash = HV_DEFAULT_L4HASH; in netvsc_init_settings()
1620 if (ndc->l4_hash & HV_TCP4_L4HASH) in netvsc_get_rss_hash_opts()
1626 if (ndc->l4_hash & HV_TCP6_L4HASH) in netvsc_get_rss_hash_opts()
1632 if (ndc->l4_hash & HV_UDP4_L4HASH) in netvsc_get_rss_hash_opts()
1638 if (ndc->l4_hash & HV_UDP6_L4HASH) in netvsc_get_rss_hash_opts()
1682 ndc->l4_hash |= HV_TCP4_L4HASH; in netvsc_set_rss_hash_opts()
1686 ndc->l4_hash |= HV_TCP6_L4HASH; in netvsc_set_rss_hash_opts()
1690 ndc->l4_hash |= HV_UDP4_L4HASH; in netvsc_set_rss_hash_opts()
1694 ndc->l4_hash |= HV_UDP6_L4HASH; in netvsc_set_rss_hash_opts()
1707 ndc->l4_hash &= ~HV_TCP4_L4HASH; in netvsc_set_rss_hash_opts()
[all …]
Dhyperv_net.h1042 u32 l4_hash; /* L4 hash settings */ member
1096 if (pkt_proto & ndc->l4_hash) { in netvsc_get_hash()
/linux-6.1.9/include/linux/
Dskbuff.h941 __u8 l4_hash:1;
1424 skb->l4_hash = 0; in skb_clear_hash()
1429 if (!skb->l4_hash) in skb_clear_hash_if_not_l4()
1436 skb->l4_hash = is_l4; in __skb_set_hash()
1536 if (!skb->l4_hash && !skb->sw_hash) in skb_get_hash()
1544 if (!skb->l4_hash && !skb->sw_hash) { in skb_get_hash_flowi6()
1566 to->l4_hash = from->l4_hash; in skb_copy_hash()
/linux-6.1.9/drivers/net/ethernet/google/gve/
Dgve_tx.c445 int mtd_desc_nr = !!skb->l4_hash; in gve_tx_add_skb_copy()
520 int mtd_desc_nr = !!skb->l4_hash; in gve_tx_add_skb_no_copy()
Dgve_tx_dqo.c312 if (skb->l4_hash) { in gve_extract_tx_metadata_dqo()
/linux-6.1.9/drivers/net/xen-netback/
Drx.c308 if (skb->l4_hash) in xenvif_rx_next_skb()
/linux-6.1.9/include/net/
Dsock.h2398 skb->l4_hash = 1; in skb_set_hash_from_sk()
/linux-6.1.9/net/openvswitch/
Ddatapath.c531 if (skb->l4_hash) in queue_userspace_packet()
/linux-6.1.9/net/sched/
Dsch_cake.c655 bool use_skbhash = skb->l4_hash; in cake_hash()
/linux-6.1.9/net/ipv4/
Droute.c2065 if (skb->l4_hash) in fib_multipath_hash()
/linux-6.1.9/drivers/net/bonding/
Dbond_main.c4152 skb->l4_hash) in bond_xmit_hash()
/linux-6.1.9/net/core/
Dskbuff.c949 skb->hash, skb->sw_hash, skb->l4_hash, in skb_dump()
/linux-6.1.9/net/ipv6/
Droute.c2482 if (skb->l4_hash) in rt6_multipath_hash()