Searched refs:skb_get_hash (Results 1 – 12 of 12) sorted by relevance
209 hash = skb_get_hash(skb); in udp_flow_src_port()
424 hash = skb_get_hash(skb); in ovs_vport_find_upcall_portid()
881 hash = skb_get_hash(skb); in execute_hash()
451 txq = skb_get_hash(skb); in tun_select_queue()831 rxhash = skb_get_hash(skb); in tun_net_xmit()1262 rxhash = skb_get_hash(skb); in tun_get_user()
292 rxq = skb_get_hash(skb); in macvtap_get_queue()
553 hash = skb_get_hash(skb); in xennet_select_queue()
234 return skb_get_hash(skb); in flow_get_rxhash()
225 dst->value = skb_get_hash(skb); in META_COLLECTOR()
237 unsigned long hash = skb_get_hash(skb) & q->orphan_mask; in fq_classify()
2398 return (u16) reciprocal_scale(skb_get_hash(skb), qcount) + qoffset; in __skb_tx_hash()2986 queue_index = map->queues[reciprocal_scale(skb_get_hash(skb), in get_xps_queue()3251 flow_id = skb_get_hash(skb) & flow_table->mask; in set_rps_cpu()3308 hash = skb_get_hash(skb); in get_rps_cpu()3462 new_flow = skb_get_hash(skb) & (fl->num_buckets - 1); in skb_flow_limit()
988 ppd->hv1.tp_rxhash = skb_get_hash(pkc->skb); in prb_fill_rxhash()1331 rxhash = skb_get_hash(skb); in fanout_flow_is_huge()1344 return reciprocal_scale(skb_get_hash(skb), num); in fanout_demux_hash()
1034 static inline __u32 skb_get_hash(struct sk_buff *skb) in skb_get_hash() function