Searched refs:skb_get_hash (Results 1 – 25 of 26) sorted by relevance
12
/kernel/linux/linux-5.10/net/netfilter/ |
D | nf_tables_trace.c | 38 id = (__be32)jhash_2words(hash32_ptr(skb), skb_get_hash(skb), in trace_fill_id()
|
/kernel/linux/linux-5.10/net/openvswitch/ |
D | vport.c | 413 hash = skb_get_hash(skb); in ovs_vport_find_upcall_portid()
|
D | actions.c | 1069 hash = skb_get_hash(skb); in execute_hash()
|
D | datapath.c | 234 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/ |
D | fq_impl.h | 111 u32 hash = skb_get_hash(skb); in fq_flow_idx()
|
D | udp.h | 228 hash = skb_get_hash(skb); in udp_flow_src_port()
|
/kernel/linux/linux-5.10/drivers/net/wireguard/ |
D | send.c | 173 skb_get_hash(skb); in encrypt_packet()
|
/kernel/linux/linux-5.10/net/ipv6/ |
D | seg6_iptunnel.c | 115 hash = skb_get_hash(skb); in seg6_make_flowlabel()
|
/kernel/linux/linux-5.10/drivers/infiniband/ulp/opa_vnic/ |
D | opa_vnic_encap.c | 449 u32 hash = skb_get_hash(skb); in opa_vnic_calc_entropy()
|
/kernel/linux/linux-5.10/net/sched/ |
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()
|
D | sch_fq_pie.c | 76 return reciprocal_scale(skb_get_hash(skb), q->flows_cnt); in fq_pie_hash()
|
D | cls_flow.c | 237 return skb_get_hash(skb); in flow_get_rxhash()
|
D | em_meta.c | 223 dst->value = skb_get_hash(skb); in META_COLLECTOR()
|
D | sch_fq_codel.c | 73 return reciprocal_scale(skb_get_hash(skb), q->flows_cnt); in fq_codel_hash()
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | ip_tunnel.c | 573 0, skb->mark, skb_get_hash(skb)); in ip_md_tunnel_xmit() 730 tunnel->fwmark, skb_get_hash(skb)); in ip_tunnel_xmit()
|
D | ip_gre.c | 607 skb_get_hash(skb)); in gre_fill_metadata_dst()
|
/kernel/linux/linux-5.10/drivers/net/ |
D | tap.c | 271 rxq = skb_get_hash(skb); in tap_get_queue()
|
D | xen-netfront.c | 597 hash = skb_get_hash(skb); in xennet_select_queue()
|
/kernel/linux/linux-5.10/net/core/ |
D | dev.c | 3197 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()
|
D | filter.c | 3096 return skb_get_hash(skb); in BPF_CALL_1()
|
/kernel/linux/linux-5.10/net/packet/ |
D | af_packet.c | 963 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/ |
D | netvsc_drv.c | 282 return skb_get_hash(skb); in netvsc_get_hash()
|
/kernel/linux/linux-5.10/net/mac80211/ |
D | tx.c | 4001 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/ |
D | skbuff.h | 1368 static inline __u32 skb_get_hash(struct sk_buff *skb) in skb_get_hash() function
|
/kernel/linux/linux-5.10/drivers/net/vxlan/ |
D | vxlan_core.c | 2850 hash = skb_get_hash(skb); in vxlan_xmit_nh()
|
12