Searched refs:skb_get_hash (Results 1 – 14 of 14) sorted by relevance
356 return (u16) reciprocal_scale(skb_get_hash(skb), qcount) + qoffset; in __skb_tx_hash()437 queue_index = map->queues[reciprocal_scale(skb_get_hash(skb), in get_xps_queue()
3097 flow_id = skb_get_hash(skb) & flow_table->mask; in set_rps_cpu()3154 hash = skb_get_hash(skb); in get_rps_cpu()3308 new_flow = skb_get_hash(skb) & (fl->num_buckets - 1); in skb_flow_limit()
209 hash = skb_get_hash(skb); in udp_flow_src_port()
733 hash = skb_get_hash(skb); in ip6_make_flowlabel()
456 hash = skb_get_hash(skb); in ovs_vport_find_upcall_portid()
715 hash = skb_get_hash(skb); in execute_hash()
397 txq = skb_get_hash(skb); in tun_select_queue()776 rxhash = skb_get_hash(skb); in tun_net_xmit()1208 rxhash = skb_get_hash(skb); in tun_get_user()
237 rxq = skb_get_hash(skb); in macvtap_get_queue()
507 hash = skb_get_hash(skb); in xennet_select_queue()
221 return skb_get_hash(skb); in flow_get_rxhash()
225 dst->value = skb_get_hash(skb); in META_COLLECTOR()
234 unsigned long hash = skb_get_hash(skb) & q->orphan_mask; in fq_classify()
991 ppd->hv1.tp_rxhash = skb_get_hash(pkc->skb); in prb_fill_rxhash()1279 return reciprocal_scale(skb_get_hash(skb), num); in fanout_demux_hash()
924 static inline __u32 skb_get_hash(struct sk_buff *skb) in skb_get_hash() function