Searched refs:skb_get_hash_raw (Results 1 – 10 of 10) sorted by relevance
170 return skb_get_hash_raw(skb) % dev->real_num_tx_queues; in xenvif_select_queue()173 [skb_get_hash_raw(skb) % size]; in xenvif_select_queue()
280 *(uint32_t *)extra->u.hash.value = skb_get_hash_raw(skb); in xenvif_rx_next_skb()
187 tbl_idx = skb_get_hash_raw(skb) & ENIC_RFS_FLW_MASK; in enic_rx_flow_steer()
483 tbl_idx = skb_get_hash_raw(skb) & QEDE_RFS_FLW_MASK; in qede_rx_flow_steer()
597 hash = skb_get_hash_raw(skb); in netvsc_start_xmit()
5350 u32 hash = skb_get_hash_raw(skb); in gro_list_prepare()5360 if (hash != skb_get_hash_raw(p)) { in gro_list_prepare()5449 u32 hash = skb_get_hash_raw(skb) & (GRO_HASH_BUCKETS - 1); in dev_gro_receive()
1360 static inline __u32 skb_get_hash_raw(const struct sk_buff *skb) in skb_get_hash_raw() function
1942 return skb_get_hash_raw(skb) >> 1; in fib_multipath_hash()
2353 return skb_get_hash_raw(skb) >> 1; in rt6_multipath_hash()
11039 idx = skb_get_hash_raw(skb) & BNXT_NTP_FLTR_HASH_MASK; in bnxt_rx_flow_steer()