Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireguard/
H A Dqueueing.h78 u8 l4_hash = skb->l4_hash; in wg_reset_packet() local
84 skb->l4_hash = l4_hash; in wg_reset_packet()
/openbmc/linux/include/trace/events/
H A Dnet.h182 __field( bool, l4_hash )
208 __entry->l4_hash = skb->l4_hash;
223 __entry->hash, __entry->l4_hash, __entry->len,
/openbmc/linux/drivers/net/hyperv/
H A Dnetvsc_drv.c1164 ndc->l4_hash = HV_DEFAULT_L4HASH; in netvsc_init_settings()
1624 if (ndc->l4_hash & HV_TCP4_L4HASH) in netvsc_get_rss_hash_opts()
1630 if (ndc->l4_hash & HV_TCP6_L4HASH) in netvsc_get_rss_hash_opts()
1636 if (ndc->l4_hash & HV_UDP4_L4HASH) in netvsc_get_rss_hash_opts()
1642 if (ndc->l4_hash & HV_UDP6_L4HASH) in netvsc_get_rss_hash_opts()
1686 ndc->l4_hash |= HV_TCP4_L4HASH; in netvsc_set_rss_hash_opts()
1690 ndc->l4_hash |= HV_TCP6_L4HASH; in netvsc_set_rss_hash_opts()
1694 ndc->l4_hash |= HV_UDP4_L4HASH; in netvsc_set_rss_hash_opts()
1698 ndc->l4_hash |= HV_UDP6_L4HASH; in netvsc_set_rss_hash_opts()
1711 ndc->l4_hash &= ~HV_TCP4_L4HASH; in netvsc_set_rss_hash_opts()
[all …]
H A Dhyperv_net.h1046 u32 l4_hash; /* L4 hash settings */ member
1100 if (pkt_proto & ndc->l4_hash) { in netvsc_get_hash()
/openbmc/linux/include/linux/
H A Dskbuff.h948 __u8 l4_hash:1;
1438 skb->l4_hash = 0; in skb_clear_hash()
1443 if (!skb->l4_hash) in skb_clear_hash_if_not_l4()
1450 skb->l4_hash = is_l4; in __skb_set_hash()
1550 if (!skb->l4_hash && !skb->sw_hash) in skb_get_hash()
1558 if (!skb->l4_hash && !skb->sw_hash) { in skb_get_hash_flowi6()
1580 to->l4_hash = from->l4_hash; in skb_copy_hash()
/openbmc/linux/drivers/net/ethernet/google/gve/
H A Dgve_tx.c514 int mtd_desc_nr = !!skb->l4_hash; in gve_tx_add_skb_copy()
590 int mtd_desc_nr = !!skb->l4_hash; in gve_tx_add_skb_no_copy()
H A Dgve_tx_dqo.c444 if (skb->l4_hash) { in gve_extract_tx_metadata_dqo()
/openbmc/linux/drivers/net/xen-netback/
H A Drx.c308 if (skb->l4_hash) in xenvif_rx_next_skb()
/openbmc/linux/drivers/net/
H A Dveth.c1696 *rss_type = skb->l4_hash ? XDP_RSS_TYPE_L4_ANY : XDP_RSS_TYPE_NONE; in veth_xdp_rx_hash()
/openbmc/linux/include/net/
H A Dsock.h2426 skb->l4_hash = 1; in skb_set_hash_from_sk()
/openbmc/linux/net/openvswitch/
H A Ddatapath.c555 if (skb->l4_hash) in queue_userspace_packet()
/openbmc/linux/net/sched/
H A Dsch_cake.c713 bool use_skbhash = skb->l4_hash; in cake_hash()
/openbmc/linux/net/ipv4/
H A Droute.c2083 if (skb->l4_hash) in fib_multipath_hash()
/openbmc/linux/drivers/net/bonding/
H A Dbond_main.c4267 skb->l4_hash) in bond_xmit_hash()
/openbmc/linux/net/core/
H A Dskbuff.c1199 skb->hash, skb->sw_hash, skb->l4_hash, in skb_dump()
/openbmc/linux/net/ipv6/
H A Droute.c2487 if (skb->l4_hash) in rt6_multipath_hash()