Searched refs:l4_hash (Results 1 – 14 of 14) sorted by relevance
78 u8 l4_hash = skb->l4_hash; in wg_reset_packet() local86 skb->l4_hash = l4_hash; in wg_reset_packet()
181 __field( bool, l4_hash )207 __entry->l4_hash = skb->l4_hash;222 __entry->hash, __entry->l4_hash, __entry->len,
279 if (pkt_proto & ndc->l4_hash) { in netvsc_get_hash()1204 ndc->l4_hash = HV_DEFAULT_L4HASH; in netvsc_init_settings()1646 if (ndc->l4_hash & HV_TCP4_L4HASH) in netvsc_get_rss_hash_opts()1708 ndc->l4_hash |= HV_TCP4_L4HASH; in netvsc_set_rss_hash_opts()1712 ndc->l4_hash |= HV_TCP6_L4HASH; in netvsc_set_rss_hash_opts()1716 ndc->l4_hash |= HV_UDP4_L4HASH; in netvsc_set_rss_hash_opts()1720 ndc->l4_hash |= HV_UDP6_L4HASH; in netvsc_set_rss_hash_opts()1733 ndc->l4_hash &= ~HV_TCP4_L4HASH; in netvsc_set_rss_hash_opts()1737 ndc->l4_hash &= ~HV_TCP6_L4HASH; in netvsc_set_rss_hash_opts()1741 ndc->l4_hash &= ~HV_UDP4_L4HASH; in netvsc_set_rss_hash_opts()[all …]
1028 u32 l4_hash; /* L4 hash settings */ member
836 __u8 l4_hash:1; member1284 skb->l4_hash = 0; in skb_clear_hash()1289 if (!skb->l4_hash) in skb_clear_hash_if_not_l4()1296 skb->l4_hash = is_l4; in __skb_set_hash()1396 if (!skb->l4_hash && !skb->sw_hash) in skb_get_hash()1404 if (!skb->l4_hash && !skb->sw_hash) { in skb_get_hash_flowi6()1426 to->l4_hash = from->l4_hash; in skb_copy_hash()
306 if (skb->l4_hash) in xenvif_rx_next_skb()
312 if (skb->l4_hash) { in gve_extract_tx_metadata_dqo()
2294 skb->l4_hash = 1; in skb_set_hash_from_sk()
523 if (skb->l4_hash) in queue_userspace_packet()
655 bool use_skbhash = skb->l4_hash; in cake_hash()
2040 if (skb->l4_hash) in fib_multipath_hash()
3872 skb->l4_hash) in bond_xmit_hash()
831 skb->hash, skb->sw_hash, skb->l4_hash, in skb_dump()
2486 if (skb->l4_hash) in rt6_multipath_hash()
Completed in 79 milliseconds