Searched refs:skb_get_hash (Results 1 – 25 of 29) sorted by relevance
12
/linux-6.12.1/net/mac80211/ |
D | wme.c | 126 skb_get_hash(skb); in ieee80211_select_queue_80211() 155 skb_get_hash(skb); in ieee80211_select_queue()
|
/linux-6.12.1/include/net/ |
D | fq_impl.h | 139 u32 hash = skb_get_hash(skb); in fq_flow_idx()
|
D | udp.h | 218 hash = skb_get_hash(skb); in udp_flow_src_port()
|
/linux-6.12.1/net/openvswitch/ |
D | vport.c | 479 hash = skb_get_hash(skb); in ovs_vport_find_upcall_portid()
|
D | actions.c | 1114 hash = skb_get_hash(skb); in execute_hash()
|
D | datapath.c | 260 flow = ovs_flow_tbl_lookup_stats(&dp->table, key, skb_get_hash(skb), in ovs_dp_process_packet()
|
/linux-6.12.1/drivers/net/wireguard/ |
D | send.c | 173 skb_get_hash(skb); in encrypt_packet()
|
/linux-6.12.1/drivers/infiniband/ulp/opa_vnic/ |
D | opa_vnic_encap.c | 449 u32 hash = skb_get_hash(skb); in opa_vnic_calc_entropy()
|
/linux-6.12.1/net/sched/ |
D | act_skbedit.c | 32 u32 hash = skb_get_hash(skb); in tcf_skbedit_hash()
|
D | sch_fq.c | 366 unsigned long hash = skb_get_hash(skb) & q->orphan_mask; in fq_classify() 374 unsigned long hash = skb_get_hash(skb) & q->orphan_mask; in fq_classify()
|
D | sch_fq_pie.c | 78 return reciprocal_scale(skb_get_hash(skb), q->flows_cnt); in fq_pie_hash()
|
D | cls_flow.c | 238 return skb_get_hash(skb); in flow_get_rxhash()
|
D | sch_fq_codel.c | 73 return reciprocal_scale(skb_get_hash(skb), q->flows_cnt); in fq_codel_hash()
|
D | em_meta.c | 223 dst->value = skb_get_hash(skb); in META_COLLECTOR()
|
/linux-6.12.1/net/ipv4/ |
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()
|
D | ip_gre.c | 635 skb->mark, skb_get_hash(skb), key->flow_flags); in gre_fill_metadata_dst()
|
/linux-6.12.1/net/ipv6/ |
D | seg6_iptunnel.c | 118 hash = skb_get_hash(skb); in seg6_make_flowlabel()
|
/linux-6.12.1/drivers/net/hyperv/ |
D | hyperv_net.h | 1101 return skb_get_hash(skb); in netvsc_get_hash()
|
/linux-6.12.1/drivers/net/ |
D | tap.c | 273 rxq = skb_get_hash(skb); in tap_get_queue()
|
D | veth.c | 1634 *hash = skb_get_hash(skb); in veth_xdp_rx_hash()
|
D | xen-netfront.c | 596 hash = skb_get_hash(skb); in xennet_select_queue()
|
/linux-6.12.1/net/core/ |
D | dev.c | 3274 return (u16) reciprocal_scale(skb_get_hash(skb), qcount) + qoffset; in skb_tx_hash() 4207 skb_get_hash(skb), map->len)]; in __get_xps_queue_idx() 4579 flow_id = skb_get_hash(skb) & flow_table->mask; in set_rps_cpu() 4636 hash = skb_get_hash(skb); in get_rps_cpu() 4832 new_flow = skb_get_hash(skb) & (fl->num_buckets - 1); in skb_flow_limit()
|
/linux-6.12.1/net/packet/ |
D | af_packet.c | 1053 ppd->hv1.tp_rxhash = skb_get_hash(pkc->skb); in prb_fill_rxhash() 1410 rxhash = skb_get_hash(skb); in fanout_flow_is_huge()
|
/linux-6.12.1/drivers/net/wireless/ath/ath11k/ |
D | hw.c | 900 return skb_get_hash(skb); in ath11k_hw_wcn6750_get_tcl_ring_selector()
|
/linux-6.12.1/drivers/net/vxlan/ |
D | vxlan_core.c | 2617 hash = skb_get_hash(skb); in vxlan_xmit_nh() 2652 hash = skb_get_hash(skb); in vxlan_xmit_nhid()
|
12