Home
last modified time | relevance | path

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

/linux/drivers/net/hyperv/
H A Dnetvsc_drv.c1132 ndc->l4_hash = HV_DEFAULT_L4HASH; in netvsc_init_settings()
1591 if (ndc->l4_hash & HV_TCP4_L4HASH) in netvsc_get_rxfh_fields()
1597 if (ndc->l4_hash & HV_TCP6_L4HASH) in netvsc_get_rxfh_fields()
1603 if (ndc->l4_hash & HV_UDP4_L4HASH) in netvsc_get_rxfh_fields()
1609 if (ndc->l4_hash & HV_UDP6_L4HASH) in netvsc_get_rxfh_fields()
1647 ndc->l4_hash |= HV_TCP4_L4HASH; in netvsc_set_rxfh_fields()
1651 ndc->l4_hash |= HV_TCP6_L4HASH; in netvsc_set_rxfh_fields()
1655 ndc->l4_hash |= HV_UDP4_L4HASH; in netvsc_set_rxfh_fields()
1659 ndc->l4_hash |= HV_UDP6_L4HASH; in netvsc_set_rxfh_fields()
1672 ndc->l4_hash &= ~HV_TCP4_L4HASH; in netvsc_set_rxfh_fields()
[all …]
H A Dhyperv_net.h1059 u32 l4_hash; /* L4 hash settings */ member
1116 if (pkt_proto & ndc->l4_hash) { in netvsc_get_hash()
/linux/include/linux/
H A Dskbuff.h994 __u8 l4_hash:1;
1542 skb->l4_hash = 0; in skb_clear_hash()
1547 if (!skb->l4_hash) in skb_clear_hash_if_not_l4()
1554 skb->l4_hash = is_l4; in __skb_set_hash()
1654 if (!skb->l4_hash && !skb->sw_hash) in skb_get_hash_net()
1662 if (!skb->l4_hash && !skb->sw_hash) in skb_get_hash()
1670 if (!skb->l4_hash && !skb->sw_hash) { in skb_get_hash_flowi6()
1692 to->l4_hash = from->l4_hash; in skb_copy_hash()
/linux/drivers/net/xen-netback/
H A Drx.c308 if (skb->l4_hash) in xenvif_rx_next_skb()
/linux/net/devlink/
H A Dhealth.c1322 devlink_fmsg_put(fmsg, "l4_hash", !!skb->l4_hash); in devlink_fmsg_dump_skb()
/linux/drivers/net/ethernet/google/gve/
H A Dgve_tx_dqo.c531 if (skb->l4_hash) { in gve_extract_tx_metadata_dqo()
/linux/drivers/net/
H A Dveth.c1687 *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.h2461 skb->l4_hash = 1; in skb_set_hash_from_sk()
/linux/net/openvswitch/
H A Ddatapath.c580 if (skb->l4_hash) in queue_userspace_packet()
/linux/net/sched/
H A Dsch_cake.c718 bool use_skbhash = skb->l4_hash; in cake_hash()
/linux/net/ipv4/
H A Droute.c2121 if (skb->l4_hash) in fib_multipath_hash()
/linux/drivers/net/bonding/
H A Dbond_main.c4288 skb->l4_hash) in bond_xmit_hash()
/linux/net/core/
H A Dskbuff.c1350 skb->hash, skb->sw_hash, skb->l4_hash, in skb_dump()
/linux/net/ipv6/
H A Droute.c2562 if (skb->l4_hash) in rt6_multipath_hash()