Searched refs:skb_get_hash (Results 1 – 25 of 30) sorted by relevance
12
/linux-6.3-rc2/net/mac80211/ |
A D | wme.c | 126 skb_get_hash(skb); in ieee80211_select_queue_80211() 154 skb_get_hash(skb); in ieee80211_select_queue()
|
/linux-6.3-rc2/net/netfilter/ |
A D | nf_tables_trace.c | 292 skb_get_hash(skb), in nft_trace_init()
|
/linux-6.3-rc2/net/openvswitch/ |
A D | vport.c | 465 hash = skb_get_hash(skb); in ovs_vport_find_upcall_portid()
|
A D | actions.c | 1076 hash = skb_get_hash(skb); in execute_hash()
|
/linux-6.3-rc2/drivers/net/wireguard/ |
A D | send.c | 173 skb_get_hash(skb); in encrypt_packet()
|
/linux-6.3-rc2/include/net/ |
A D | fq_impl.h | 139 u32 hash = skb_get_hash(skb); in fq_flow_idx()
|
A D | udp.h | 216 hash = skb_get_hash(skb); in udp_flow_src_port()
|
/linux-6.3-rc2/drivers/infiniband/ulp/opa_vnic/ |
A D | opa_vnic_encap.c | 449 u32 hash = skb_get_hash(skb); in opa_vnic_calc_entropy()
|
/linux-6.3-rc2/net/sched/ |
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()
|
A D | act_skbedit.c | 32 u32 hash = skb_get_hash(skb); in tcf_skbedit_hash()
|
A D | sch_fq_pie.c | 76 return reciprocal_scale(skb_get_hash(skb), q->flows_cnt); in fq_pie_hash()
|
A D | cls_flow.c | 238 return skb_get_hash(skb); in flow_get_rxhash()
|
A D | em_meta.c | 223 dst->value = skb_get_hash(skb); in META_COLLECTOR()
|
A D | sch_fq_codel.c | 73 return reciprocal_scale(skb_get_hash(skb), q->flows_cnt); in fq_codel_hash()
|
/linux-6.3-rc2/net/ipv4/ |
A D | ip_tunnel.c | 573 dev_net(dev), 0, skb->mark, skb_get_hash(skb), in ip_md_tunnel_xmit() 733 tunnel->fwmark, skb_get_hash(skb), 0); in ip_tunnel_xmit()
|
A D | ip_gre.c | 612 skb->mark, skb_get_hash(skb), key->flow_flags); in gre_fill_metadata_dst()
|
/linux-6.3-rc2/net/ipv6/ |
A D | seg6_iptunnel.c | 118 hash = skb_get_hash(skb); in seg6_make_flowlabel()
|
/linux-6.3-rc2/drivers/net/hyperv/ |
A D | hyperv_net.h | 1097 return skb_get_hash(skb); in netvsc_get_hash()
|
/linux-6.3-rc2/drivers/net/ |
A D | tap.c | 271 rxq = skb_get_hash(skb); in tap_get_queue()
|
A D | veth.c | 1626 *hash = skb_get_hash(_ctx->skb); in veth_xdp_rx_hash()
|
A D | xen-netfront.c | 595 hash = skb_get_hash(skb); in xennet_select_queue()
|
/linux-6.3-rc2/net/core/ |
A D | dev.c | 3210 return (u16) reciprocal_scale(skb_get_hash(skb), qcount) + qoffset; in skb_tx_hash() 4012 skb_get_hash(skb), map->len)]; in __get_xps_queue_idx() 4404 flow_id = skb_get_hash(skb) & flow_table->mask; in set_rps_cpu() 4461 hash = skb_get_hash(skb); in get_rps_cpu() 4625 new_flow = skb_get_hash(skb) & (fl->num_buckets - 1); in skb_flow_limit()
|
/linux-6.3-rc2/net/packet/ |
A D | af_packet.c | 996 ppd->hv1.tp_rxhash = skb_get_hash(pkc->skb); in prb_fill_rxhash() 1346 rxhash = skb_get_hash(skb); in fanout_flow_is_huge()
|
/linux-6.3-rc2/drivers/net/wireless/ath/ath11k/ |
A D | hw.c | 887 return skb_get_hash(skb); in ath11k_hw_wcn6750_get_tcl_ring_selector()
|
/linux-6.3-rc2/drivers/net/ethernet/microsoft/mana/ |
A D | mana_en.c | 358 u32 hash = skb_get_hash(skb); in mana_get_tx_queue()
|
Completed in 87 milliseconds
12