Searched refs:skb_get_hash (Results 1 - 25 of 30) sorted by relevance

12

/linux-master/net/mac80211/
H A Dwme.c126 skb_get_hash(skb);
155 skb_get_hash(skb);
/linux-master/net/netfilter/
H A Dnf_tables_trace.c320 skb_get_hash(skb),
/linux-master/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_encap.c449 u32 hash = skb_get_hash(skb);
/linux-master/include/net/
H A Dfq_impl.h139 u32 hash = skb_get_hash(skb);
H A Dudp.h217 hash = skb_get_hash(skb);
/linux-master/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);
H A Dactions.c1089 hash = skb_get_hash(skb);
H A Ddatapath.c261 flow = ovs_flow_tbl_lookup_stats(&dp->table, key, skb_get_hash(skb),
/linux-master/drivers/net/wireguard/
H A Dsend.c173 skb_get_hash(skb);
/linux-master/net/sched/
H A Dact_skbedit.c32 u32 hash = skb_get_hash(skb);
H A Dsch_fq_pie.c78 return reciprocal_scale(skb_get_hash(skb), q->flows_cnt);
H A Dsch_fq.c364 unsigned long hash = skb_get_hash(skb) & q->orphan_mask;
372 unsigned long hash = skb_get_hash(skb) & q->orphan_mask;
H A Dem_meta.c223 dst->value = skb_get_hash(skb);
H A Dsch_fq_codel.c73 return reciprocal_scale(skb_get_hash(skb), q->flows_cnt);
H A Dcls_flow.c238 return skb_get_hash(skb);
/linux-master/net/ipv6/
H A Dseg6_iptunnel.c118 hash = skb_get_hash(skb);
/linux-master/net/ipv4/
H A Dip_tunnel.c613 dev_net(dev), 0, skb->mark, skb_get_hash(skb),
777 tunnel->fwmark, skb_get_hash(skb), 0);
H A Dip_gre.c618 skb->mark, skb_get_hash(skb), key->flow_flags);
/linux-master/drivers/net/hyperv/
H A Dhyperv_net.h1101 return skb_get_hash(skb);
/linux-master/drivers/net/
H A Dtap.c273 rxq = skb_get_hash(skb);
H A Dveth.c1633 *hash = skb_get_hash(skb);
H A Dxen-netfront.c596 hash = skb_get_hash(skb);
/linux-master/net/packet/
H A Daf_packet.c998 ppd->hv1.tp_rxhash = skb_get_hash(pkc->skb);
1349 rxhash = skb_get_hash(skb);
/linux-master/net/core/
H A Ddev.c3223 return (u16) reciprocal_scale(skb_get_hash(skb), qcount) + qoffset;
4109 skb_get_hash(skb), map->len)];
4489 flow_id = skb_get_hash(skb) & flow_table->mask;
4546 hash = skb_get_hash(skb);
4720 new_flow = skb_get_hash(skb) & (fl->num_buckets - 1);
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dhw.c900 return skb_get_hash(skb);

Completed in 257 milliseconds

12