Home
last modified time | relevance | path

Searched refs:skb_get_hash (Results 1 – 24 of 24) sorted by relevance

/linux/net/mac80211/
H A Dwme.c126 skb_get_hash(skb); in ieee80211_select_queue_80211()
155 skb_get_hash(skb); in ieee80211_select_queue()
/linux/drivers/net/wireguard/
H A Dsend.c173 skb_get_hash(skb); in encrypt_packet()
/linux/net/openvswitch/
H A Dvport.c461 * Uses the skb_get_hash() to select the upcall portid to send the
479 hash = skb_get_hash(skb); in ovs_vport_find_upcall_portid()
H A Dactions.c1070 hash = skb_get_hash(skb); in execute_hash()
H A Ddatapath.c262 flow = ovs_flow_tbl_lookup_stats(&dp->table, key, skb_get_hash(skb), in ovs_dp_process_packet()
/linux/include/net/
H A Dfq_impl.h139 u32 hash = skb_get_hash(skb); in fq_flow_idx()
H A Dudp.h343 hash = skb_get_hash(skb); in udp_flow_src_port()
/linux/net/sched/
H A Dbpf_qdisc.c194 return skb_get_hash(skb); in bpf_skb_get_hash()
H A Dact_skbedit.c32 u32 hash = skb_get_hash(skb); in tcf_skbedit_hash()
H A Dsch_fq_pie.c78 return reciprocal_scale(skb_get_hash(skb), q->flows_cnt); in fq_pie_hash()
H A Dcls_flow.c238 return skb_get_hash(skb); in flow_get_rxhash()
/linux/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_encap.c449 u32 hash = skb_get_hash(skb); in opa_vnic_calc_entropy()
/linux/net/ipv4/
H A Dip_tunnel.c616 skb_get_hash(skb), key->flow_flags); in ip_md_tunnel_xmit()
779 tunnel->fwmark, skb_get_hash(skb), 0); in ip_tunnel_xmit()
/linux/drivers/net/hyperv/
H A Dhyperv_net.h1115 return skb_get_hash(skb); in netvsc_get_hash()
/linux/drivers/net/
H A Dtap.c208 rxq = skb_get_hash(skb); in tap_get_queue()
H A Dveth.c1671 *hash = skb_get_hash(skb); in veth_xdp_rx_hash()
H A Dxen-netfront.c597 hash = skb_get_hash(skb); in xennet_select_queue()
/linux/net/core/
H A Ddev.c3513 return (u16) reciprocal_scale(skb_get_hash(skb), qcount) + qoffset; in skb_tx_hash()
4487 skb_get_hash(skb), map->len)]; in __get_xps_queue_idx()
4866 flow_id = rfs_slot(skb_get_hash(skb), flow_table); in set_rps_cpu()
4923 hash = skb_get_hash(skb); in get_rps_cpu()
5120 new_flow = hash_32(skb_get_hash(skb), fl->log_buckets); in skb_flow_limit()
H A Dfilter.c3155 return skb_get_hash(skb); in BPF_CALL_1()
3168 * triggering a lazy recalc on next skb_get_hash() invocation. in BPF_CALL_1()
3184 * on skb_get_hash() call unless BPF prog later on triggers a in BPF_CALL_2()
/linux/net/packet/
H A Daf_packet.c1039 ppd->hv1.tp_rxhash = skb_get_hash(pkc->skb); in prb_fill_rxhash()
1396 rxhash = skb_get_hash(skb); in fanout_flow_is_huge()
/linux/drivers/net/wireless/ath/ath11k/
H A Dhw.c900 return skb_get_hash(skb); in ath11k_hw_wcn6750_get_tcl_ring_selector()
/linux/drivers/net/vxlan/
H A Dvxlan_core.c2631 hash = skb_get_hash(skb); in vxlan_xmit_nh()
2662 hash = skb_get_hash(skb); in vxlan_xmit_nhid()
/linux/include/linux/
H A Dskbuff.h1612 static inline __u32 skb_get_hash(struct sk_buff *skb) in skb_get_hash() function
/linux/drivers/net/ethernet/microsoft/mana/
H A Dmana_en.c519 u32 hash = skb_get_hash(skb); in mana_get_tx_queue()