Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireguard/
H A Dqueueing.h78 u8 l4_hash = skb->l4_hash; in wg_reset_packet() local
86 skb->l4_hash = l4_hash; in wg_reset_packet()
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dnet.h181 __field( bool, l4_hash )
207 __entry->l4_hash = skb->l4_hash;
222 __entry->hash, __entry->l4_hash, __entry->len,
/OK3568_Linux_fs/kernel/drivers/net/hyperv/
H A Dnetvsc_drv.c281 if (pkt_proto & ndc->l4_hash) { in netvsc_get_hash()
1179 ndc->l4_hash = HV_DEFAULT_L4HASH; in netvsc_init_settings()
1635 if (ndc->l4_hash & HV_TCP4_L4HASH) in netvsc_get_rss_hash_opts()
1641 if (ndc->l4_hash & HV_TCP6_L4HASH) in netvsc_get_rss_hash_opts()
1647 if (ndc->l4_hash & HV_UDP4_L4HASH) in netvsc_get_rss_hash_opts()
1653 if (ndc->l4_hash & HV_UDP6_L4HASH) in netvsc_get_rss_hash_opts()
1697 ndc->l4_hash |= HV_TCP4_L4HASH; in netvsc_set_rss_hash_opts()
1701 ndc->l4_hash |= HV_TCP6_L4HASH; in netvsc_set_rss_hash_opts()
1705 ndc->l4_hash |= HV_UDP4_L4HASH; in netvsc_set_rss_hash_opts()
1709 ndc->l4_hash |= HV_UDP6_L4HASH; in netvsc_set_rss_hash_opts()
[all …]
H A Dhyperv_net.h968 u32 l4_hash; /* L4 hash settings */ member
/OK3568_Linux_fs/kernel/include/linux/
H A Dskbuff.h820 __u8 l4_hash:1; member
1271 skb->l4_hash = 0; in skb_clear_hash()
1276 if (!skb->l4_hash) in skb_clear_hash_if_not_l4()
1283 skb->l4_hash = is_l4; in __skb_set_hash()
1384 if (!skb->l4_hash && !skb->sw_hash) in skb_get_hash()
1392 if (!skb->l4_hash && !skb->sw_hash) { in skb_get_hash_flowi6()
1414 to->l4_hash = from->l4_hash; in skb_copy_hash()
/OK3568_Linux_fs/kernel/drivers/net/xen-netback/
H A Drx.c308 if (skb->l4_hash) in xenvif_rx_next_skb()
/OK3568_Linux_fs/kernel/include/net/
H A Dsock.h2232 skb->l4_hash = 1; in skb_set_hash_from_sk()
/OK3568_Linux_fs/kernel/net/openvswitch/
H A Ddatapath.c517 if (skb->l4_hash) in queue_userspace_packet()
/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_cake.c655 bool use_skbhash = skb->l4_hash; in cake_hash()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Droute.c1984 if (skb->l4_hash) in fib_multipath_hash()
/OK3568_Linux_fs/kernel/drivers/net/bonding/
H A Dbond_main.c3683 skb->l4_hash) in bond_xmit_hash()
/OK3568_Linux_fs/kernel/net/core/
H A Dskbuff.c770 skb->hash, skb->sw_hash, skb->l4_hash, in skb_dump()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Droute.c2367 if (skb->l4_hash) in rt6_multipath_hash()