/openbmc/linux/net/mac80211/ |
H A D | wme.c | 126 skb_get_hash(skb); in ieee80211_select_queue_80211() 155 skb_get_hash(skb); in ieee80211_select_queue()
|
/openbmc/linux/net/netfilter/ |
H A D | nf_tables_trace.c | 316 skb_get_hash(skb), in nft_trace_init()
|
/openbmc/linux/drivers/net/wireguard/ |
H A D | send.c | 173 skb_get_hash(skb); in encrypt_packet()
|
/openbmc/linux/include/net/ |
H A D | fq_impl.h | 139 u32 hash = skb_get_hash(skb); in fq_flow_idx()
|
H A D | udp.h | 217 hash = skb_get_hash(skb); in udp_flow_src_port()
|
/openbmc/linux/net/openvswitch/ |
H A D | vport.c | 479 hash = skb_get_hash(skb); in ovs_vport_find_upcall_portid()
|
H A D | actions.c | 1090 hash = skb_get_hash(skb); in execute_hash()
|
/openbmc/linux/net/sched/ |
H A D | sch_fq.c | 282 unsigned long hash = skb_get_hash(skb) & q->orphan_mask; in fq_classify() 290 unsigned long hash = skb_get_hash(skb) & q->orphan_mask; in fq_classify()
|
H A D | act_skbedit.c | 32 u32 hash = skb_get_hash(skb); in tcf_skbedit_hash()
|
H A D | sch_fq_pie.c | 77 return reciprocal_scale(skb_get_hash(skb), q->flows_cnt); in fq_pie_hash()
|
H A D | cls_flow.c | 238 return skb_get_hash(skb); in flow_get_rxhash()
|
H A D | em_meta.c | 223 dst->value = skb_get_hash(skb); in META_COLLECTOR()
|
H A D | sch_fq_codel.c | 73 return reciprocal_scale(skb_get_hash(skb), q->flows_cnt); in fq_codel_hash()
|
/openbmc/linux/drivers/infiniband/ulp/opa_vnic/ |
H A D | opa_vnic_encap.c | 449 u32 hash = skb_get_hash(skb); in opa_vnic_calc_entropy()
|
/openbmc/linux/net/ipv4/ |
H A D | ip_tunnel.c | 615 skb_get_hash(skb), key->flow_flags); in ip_md_tunnel_xmit() 778 tunnel->fwmark, skb_get_hash(skb), 0); in ip_tunnel_xmit()
|
H A D | ip_gre.c | 618 skb->mark, skb_get_hash(skb), key->flow_flags); in gre_fill_metadata_dst()
|
/openbmc/linux/net/ipv6/ |
H A D | seg6_iptunnel.c | 118 hash = skb_get_hash(skb); in seg6_make_flowlabel()
|
/openbmc/linux/drivers/net/hyperv/ |
H A D | hyperv_net.h | 1101 return skb_get_hash(skb); in netvsc_get_hash()
|
/openbmc/linux/drivers/net/ |
H A D | tap.c | 273 rxq = skb_get_hash(skb); in tap_get_queue()
|
H A D | veth.c | 1695 *hash = skb_get_hash(skb); in veth_xdp_rx_hash()
|
H A D | xen-netfront.c | 596 hash = skb_get_hash(skb); in xennet_select_queue()
|
/openbmc/linux/net/core/ |
H A D | dev.c | 3299 return (u16) reciprocal_scale(skb_get_hash(skb), qcount) + qoffset; in skb_tx_hash() 4181 skb_get_hash(skb), map->len)]; in __get_xps_queue_idx() 4576 flow_id = skb_get_hash(skb) & flow_table->mask; in set_rps_cpu() 4633 hash = skb_get_hash(skb); in get_rps_cpu() 4807 new_flow = skb_get_hash(skb) & (fl->num_buckets - 1); in skb_flow_limit()
|
/openbmc/linux/net/packet/ |
H A D | af_packet.c | 1039 ppd->hv1.tp_rxhash = skb_get_hash(pkc->skb); in prb_fill_rxhash() 1396 rxhash = skb_get_hash(skb); in fanout_flow_is_huge()
|
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | hw.c | 900 return skb_get_hash(skb); in ath11k_hw_wcn6750_get_tcl_ring_selector()
|
/openbmc/linux/drivers/net/vxlan/ |
H A D | vxlan_core.c | 2712 hash = skb_get_hash(skb); in vxlan_xmit_nh() 2747 hash = skb_get_hash(skb); in vxlan_xmit_nhid()
|