Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/net/netfilter/
Dnf_tables_trace.c38 id = (__be32)jhash_2words(hash32_ptr(skb), skb_get_hash(skb), in trace_fill_id()
/kernel/linux/linux-5.10/net/openvswitch/
Dvport.c413 hash = skb_get_hash(skb); in ovs_vport_find_upcall_portid()
Dactions.c1069 hash = skb_get_hash(skb); in execute_hash()
Ddatapath.c234 flow = ovs_flow_tbl_lookup_stats(&dp->table, key, skb_get_hash(skb), in ovs_dp_process_packet()
/kernel/linux/linux-5.10/include/net/
Dfq_impl.h111 u32 hash = skb_get_hash(skb); in fq_flow_idx()
Dudp.h228 hash = skb_get_hash(skb); in udp_flow_src_port()
/kernel/linux/linux-5.10/drivers/net/wireguard/
Dsend.c173 skb_get_hash(skb); in encrypt_packet()
/kernel/linux/linux-5.10/net/ipv6/
Dseg6_iptunnel.c115 hash = skb_get_hash(skb); in seg6_make_flowlabel()
/kernel/linux/linux-5.10/drivers/infiniband/ulp/opa_vnic/
Dopa_vnic_encap.c449 u32 hash = skb_get_hash(skb); in opa_vnic_calc_entropy()
/kernel/linux/linux-5.10/net/sched/
Dsch_fq.c282 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()
Dsch_fq_pie.c76 return reciprocal_scale(skb_get_hash(skb), q->flows_cnt); in fq_pie_hash()
Dcls_flow.c237 return skb_get_hash(skb); in flow_get_rxhash()
Dem_meta.c223 dst->value = skb_get_hash(skb); in META_COLLECTOR()
Dsch_fq_codel.c73 return reciprocal_scale(skb_get_hash(skb), q->flows_cnt); in fq_codel_hash()
/kernel/linux/linux-5.10/net/ipv4/
Dip_tunnel.c573 0, skb->mark, skb_get_hash(skb)); in ip_md_tunnel_xmit()
730 tunnel->fwmark, skb_get_hash(skb)); in ip_tunnel_xmit()
Dip_gre.c607 skb_get_hash(skb)); in gre_fill_metadata_dst()
/kernel/linux/linux-5.10/drivers/net/
Dtap.c271 rxq = skb_get_hash(skb); in tap_get_queue()
Dxen-netfront.c597 hash = skb_get_hash(skb); in xennet_select_queue()
/kernel/linux/linux-5.10/net/core/
Ddev.c3197 return (u16) reciprocal_scale(skb_get_hash(skb), qcount) + qoffset; in skb_tx_hash()
3950 skb_get_hash(skb), map->len)]; in __get_xps_queue_idx()
4321 flow_id = skb_get_hash(skb) & flow_table->mask; in set_rps_cpu()
4378 hash = skb_get_hash(skb); in get_rps_cpu()
4534 new_flow = skb_get_hash(skb) & (fl->num_buckets - 1); in skb_flow_limit()
Dfilter.c3096 return skb_get_hash(skb); in BPF_CALL_1()
/kernel/linux/linux-5.10/net/packet/
Daf_packet.c963 ppd->hv1.tp_rxhash = skb_get_hash(pkc->skb); in prb_fill_rxhash()
1315 rxhash = skb_get_hash(skb); in fanout_flow_is_huge()
/kernel/linux/linux-5.10/drivers/net/hyperv/
Dnetvsc_drv.c282 return skb_get_hash(skb); in netvsc_get_hash()
/kernel/linux/linux-5.10/net/mac80211/
Dtx.c4001 skb_get_hash(skb); in __ieee80211_subif_start_xmit()
4255 skb_get_hash(skb); in ieee80211_8023_xmit()
/kernel/linux/linux-5.10/include/linux/
Dskbuff.h1368 static inline __u32 skb_get_hash(struct sk_buff *skb) in skb_get_hash() function
/kernel/linux/linux-5.10/drivers/net/vxlan/
Dvxlan_core.c2850 hash = skb_get_hash(skb); in vxlan_xmit_nh()

12