Home
last modified time | relevance | path

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

/linux/include/trace/events/
H A Dnet.h196 __field( bool, l4_hash )
223 __entry->l4_hash = skb->l4_hash;
235 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 net_cookie=%llu",
239 __entry->hash, __entry->l4_hash, __entry->len,
/linux/include/linux/
H A Dskbuff.h993 __u8 l4_hash:1;
1541 skb->l4_hash = 0; in skb_clear_hash()
1546 if (!skb->l4_hash) in skb_clear_hash_if_not_l4()
1553 skb->l4_hash = is_l4; in __skb_set_hash()
1653 if (!skb->l4_hash && !skb->sw_hash) in skb_get_hash_net()
1661 if (!skb->l4_hash && !skb->sw_hash) in skb_get_hash()
1669 if (!skb->l4_hash && !skb->sw_hash) { in skb_get_hash_flowi6()
1691 to->l4_hash = from->l4_hash; in skb_copy_hash()
/linux/drivers/net/hyperv/
H A Dhyperv_net.h1057 u32 l4_hash; /* L4 hash settings */ member
1114 if (pkt_proto & ndc->l4_hash) { in netvsc_get_hash()
/linux/drivers/net/xen-netback/
H A Drx.c308 if (skb->l4_hash) in xenvif_rx_next_skb()
/linux/net/openvswitch/
H A Ddatapath.c574 if (skb->l4_hash) in queue_userspace_packet()
/linux/include/net/
H A Dsock.h2423 skb->l4_hash = 1; in skb_set_hash_from_sk()
/linux/net/sched/
H A Dsch_cake.c699 bool use_skbhash = skb->l4_hash; in cake_hash()
/linux/net/ipv4/
H A Droute.c2092 if (skb->l4_hash) in fib_multipath_hash()
/linux/drivers/net/bonding/
H A Dbond_main.c4184 skb->l4_hash) in bond_xmit_hash()
/linux/net/core/
H A Dskbuff.c1333 skb->hash, skb->sw_hash, skb->l4_hash, in skb_dump()
/linux/net/ipv6/
H A Droute.c2548 if (skb->l4_hash) in rt6_multipath_hash()