Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireguard/
Dqueueing.h78 u8 l4_hash = skb->l4_hash; in wg_reset_packet() local
86 skb->l4_hash = l4_hash; in wg_reset_packet()
/Linux-v5.15/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-v5.15/drivers/net/hyperv/
Dnetvsc_drv.c279 if (pkt_proto & ndc->l4_hash) { in netvsc_get_hash()
1203 ndc->l4_hash = HV_DEFAULT_L4HASH; in netvsc_init_settings()
1645 if (ndc->l4_hash & HV_TCP4_L4HASH) in netvsc_get_rss_hash_opts()
1651 if (ndc->l4_hash & HV_TCP6_L4HASH) in netvsc_get_rss_hash_opts()
1657 if (ndc->l4_hash & HV_UDP4_L4HASH) in netvsc_get_rss_hash_opts()
1663 if (ndc->l4_hash & HV_UDP6_L4HASH) in netvsc_get_rss_hash_opts()
1707 ndc->l4_hash |= HV_TCP4_L4HASH; in netvsc_set_rss_hash_opts()
1711 ndc->l4_hash |= HV_TCP6_L4HASH; in netvsc_set_rss_hash_opts()
1715 ndc->l4_hash |= HV_UDP4_L4HASH; in netvsc_set_rss_hash_opts()
1719 ndc->l4_hash |= HV_UDP6_L4HASH; in netvsc_set_rss_hash_opts()
[all …]
Dhyperv_net.h1028 u32 l4_hash; /* L4 hash settings */ member
/Linux-v5.15/include/linux/
Dskbuff.h828 __u8 l4_hash:1; member
1273 skb->l4_hash = 0; in skb_clear_hash()
1278 if (!skb->l4_hash) in skb_clear_hash_if_not_l4()
1285 skb->l4_hash = is_l4; in __skb_set_hash()
1385 if (!skb->l4_hash && !skb->sw_hash) in skb_get_hash()
1393 if (!skb->l4_hash && !skb->sw_hash) { in skb_get_hash_flowi6()
1415 to->l4_hash = from->l4_hash; in skb_copy_hash()
/Linux-v5.15/drivers/net/xen-netback/
Drx.c289 if (skb->l4_hash) in xenvif_rx_next_skb()
/Linux-v5.15/drivers/net/ethernet/google/gve/
Dgve_tx_dqo.c314 if (skb->l4_hash) { in gve_extract_tx_metadata_dqo()
/Linux-v5.15/include/net/
Dsock.h2249 skb->l4_hash = 1; in skb_set_hash_from_sk()
/Linux-v5.15/net/openvswitch/
Ddatapath.c523 if (skb->l4_hash) in queue_userspace_packet()
/Linux-v5.15/net/sched/
Dsch_cake.c655 bool use_skbhash = skb->l4_hash; in cake_hash()
/Linux-v5.15/net/ipv4/
Droute.c2048 if (skb->l4_hash) in fib_multipath_hash()
/Linux-v5.15/drivers/net/bonding/
Dbond_main.c3872 skb->l4_hash) in bond_xmit_hash()
/Linux-v5.15/net/core/
Dskbuff.c831 skb->hash, skb->sw_hash, skb->l4_hash, in skb_dump()
/Linux-v5.15/net/ipv6/
Droute.c2486 if (skb->l4_hash) in rt6_multipath_hash()