Searched refs:skb_get_hash (Results 1 – 18 of 18) sorted by relevance
41 id = (__be32)jhash_2words(hash32_ptr(skb), skb_get_hash(skb), in trace_fill_id()
424 hash = skb_get_hash(skb); in ovs_vport_find_upcall_portid()
1089 hash = skb_get_hash(skb); in execute_hash()
224 hash = skb_get_hash(skb); in udp_flow_src_port()
448 u32 hash = skb_get_hash(skb); in opa_vnic_calc_entropy()
103 hash = skb_get_hash(skb); in seg6_make_flowlabel()
241 return skb_get_hash(skb); in flow_get_rxhash()
79 return reciprocal_scale(skb_get_hash(skb), q->flows_cnt); in fq_codel_hash()
227 dst->value = skb_get_hash(skb); in META_COLLECTOR()
252 unsigned long hash = skb_get_hash(skb) & q->orphan_mask; in fq_classify()
270 rxq = skb_get_hash(skb); in tap_get_queue()
559 hash = skb_get_hash(skb); in xennet_select_queue()
2842 return (u16) reciprocal_scale(skb_get_hash(skb), qcount) + qoffset; in skb_tx_hash()3601 skb_get_hash(skb), map->len)]; in __get_xps_queue_idx()3968 flow_id = skb_get_hash(skb) & flow_table->mask; in set_rps_cpu()4025 hash = skb_get_hash(skb); in get_rps_cpu()4179 new_flow = skb_get_hash(skb) & (fl->num_buckets - 1); in skb_flow_limit()
2452 return skb_get_hash(skb); in BPF_CALL_1()
959 ppd->hv1.tp_rxhash = skb_get_hash(pkc->skb); in prb_fill_rxhash()1302 rxhash = skb_get_hash(skb); in fanout_flow_is_huge()
271 return skb_get_hash(skb); in netvsc_get_hash()
1234 static inline __u32 skb_get_hash(struct sk_buff *skb) in skb_get_hash() function
8392 txq += reciprocal_scale(skb_get_hash(skb), in ixgbe_select_queue()