Home
last modified time | relevance | path

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

/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()
/linux/include/trace/events/
H A Dnet.h182 __field( bool, l4_hash )
208 __entry->l4_hash = skb->l4_hash;
219 TP_printk("dev=%s napi_id=%#x queue_mapping=%u skbaddr=%p vlan_tagged=%d vlan_proto=0x%04x vlan_tci=0x%04x protocol=0x%04x ip_summed=%d hash=0x%08x l4_hash=%d len=%u data_len=%u truesize=%u mac_header_valid=%d mac_header=%d nr_frags=%d gso_size=%d gso_type=%#x",
223 __entry->hash, __entry->l4_hash, __entry->len,
/linux/drivers/net/hyperv/
H A Dnetvsc_drv.c1165 ndc->l4_hash = HV_DEFAULT_L4HASH; in netvsc_init_settings()
1625 if (ndc->l4_hash & HV_TCP4_L4HASH) in netvsc_get_rss_hash_opts()
1631 if (ndc->l4_hash & HV_TCP6_L4HASH) in netvsc_get_rss_hash_opts()
1637 if (ndc->l4_hash & HV_UDP4_L4HASH) in netvsc_get_rss_hash_opts()
1643 if (ndc->l4_hash & HV_UDP6_L4HASH) in netvsc_get_rss_hash_opts()
1687 ndc->l4_hash |= HV_TCP4_L4HASH; in netvsc_set_rss_hash_opts()
1691 ndc->l4_hash |= HV_TCP6_L4HASH; in netvsc_set_rss_hash_opts()
1695 ndc->l4_hash |= HV_UDP4_L4HASH; in netvsc_set_rss_hash_opts()
1699 ndc->l4_hash |= HV_UDP6_L4HASH; in netvsc_set_rss_hash_opts()
1712 ndc->l4_hash &= ~HV_TCP4_L4HASH; in netvsc_set_rss_hash_opts()
[all …]
/linux/drivers/net/ethernet/google/gve/
H A Dgve_tx.c574 int mtd_desc_nr = !!skb->l4_hash; in gve_tx_add_skb_copy()
650 int mtd_desc_nr = !!skb->l4_hash; in gve_tx_add_skb_no_copy()
/linux/drivers/net/xen-netback/
H A Drx.c308 if (skb->l4_hash) in xenvif_rx_next_skb()
/linux/drivers/net/
H A Dveth.c1635 *rss_type = skb->l4_hash ? XDP_RSS_TYPE_L4_ANY : XDP_RSS_TYPE_NONE; in veth_xdp_rx_hash()
/linux/include/net/
H A Dsock.h2328 skb->l4_hash = 1; in skb_set_hash_from_sk()
/linux/net/openvswitch/
H A Ddatapath.c554 if (skb->l4_hash) in queue_userspace_packet()
/linux/net/sched/
H A Dsch_cake.c699 bool use_skbhash = skb->l4_hash; in cake_hash()
/linux/net/ipv4/
H A Droute.c2075 if (skb->l4_hash) in fib_multipath_hash()
/linux/drivers/net/bonding/
H A Dbond_main.c4351 skb->l4_hash) in bond_xmit_hash()
/linux/net/core/
H A Dskbuff.c1251 skb->hash, skb->sw_hash, skb->l4_hash, in skb_dump()
/linux/net/ipv6/
H A Droute.c2495 if (skb->l4_hash) in rt6_multipath_hash()