Home
last modified time | relevance | path

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

/Linux-v4.19/include/trace/events/
Dnet.h158 __field( bool, l4_hash )
184 __entry->l4_hash = skb->l4_hash;
199 __entry->hash, __entry->l4_hash, __entry->len,
/Linux-v4.19/drivers/net/hyperv/
Dnetvsc_drv.c270 if (pkt_proto & ndc->l4_hash) { in netvsc_get_hash()
1005 ndc->l4_hash = HV_DEFAULT_L4HASH; in netvsc_init_settings()
1442 if (ndc->l4_hash & HV_TCP4_L4HASH) in netvsc_get_rss_hash_opts()
1448 if (ndc->l4_hash & HV_TCP6_L4HASH) in netvsc_get_rss_hash_opts()
1454 if (ndc->l4_hash & HV_UDP4_L4HASH) in netvsc_get_rss_hash_opts()
1460 if (ndc->l4_hash & HV_UDP6_L4HASH) in netvsc_get_rss_hash_opts()
1504 ndc->l4_hash |= HV_TCP4_L4HASH; in netvsc_set_rss_hash_opts()
1508 ndc->l4_hash |= HV_TCP6_L4HASH; in netvsc_set_rss_hash_opts()
1512 ndc->l4_hash |= HV_UDP4_L4HASH; in netvsc_set_rss_hash_opts()
1516 ndc->l4_hash |= HV_UDP6_L4HASH; in netvsc_set_rss_hash_opts()
[all …]
Dhyperv_net.h935 u32 l4_hash; /* L4 hash settings */ member
/Linux-v4.19/include/linux/
Dskbuff.h768 __u8 l4_hash:1; member
1147 skb->l4_hash = 0; in skb_clear_hash()
1152 if (!skb->l4_hash) in skb_clear_hash_if_not_l4()
1159 skb->l4_hash = is_l4; in __skb_set_hash()
1236 if (!skb->l4_hash && !skb->sw_hash) in skb_get_hash()
1244 if (!skb->l4_hash && !skb->sw_hash) { in skb_get_hash_flowi6()
1265 to->l4_hash = from->l4_hash; in skb_copy_hash()
/Linux-v4.19/drivers/net/xen-netback/
Drx.c269 if (skb->l4_hash) in xenvif_rx_next_skb()
/Linux-v4.19/include/net/
Dsock.h2082 skb->l4_hash = 1; in skb_set_hash_from_sk()
/Linux-v4.19/net/ipv4/
Droute.c1851 if (skb->l4_hash) in fib_multipath_hash()
/Linux-v4.19/drivers/net/bonding/
Dbond_main.c3285 skb->l4_hash) in bond_xmit_hash()
/Linux-v4.19/net/ipv6/
Droute.c2031 if (skb->l4_hash) in rt6_multipath_hash()