Searched refs:skb_get_hash_raw (Results 1 – 13 of 13) sorted by relevance
370 u32 hash = skb_get_hash_raw(skb); in gro_list_prepare()378 if (hash != skb_get_hash_raw(p)) { in gro_list_prepare()484 u32 bucket = skb_get_hash_raw(skb) & (GRO_HASH_BUCKETS - 1); in dev_gro_receive()
432 key->hash = skb_get_hash_raw(skb); in skb_flow_dissect_hash()
187 tbl_idx = skb_get_hash_raw(skb) & ENIC_RFS_FLW_MASK; in enic_rx_flow_steer()
200 return skb_get_hash_raw(skb) % dev->real_num_tx_queues; in xenvif_select_queue()203 [skb_get_hash_raw(skb) % size]; in xenvif_select_queue()
319 *(uint32_t *)extra->u.hash.value = skb_get_hash_raw(skb); in xenvif_rx_next_skb()
438 idx = skb_get_hash_raw(skb) & ICE_ARFS_LST_MASK; in ice_rx_flow_steer()
461 tbl_idx = skb_get_hash_raw(skb) & QEDE_RFS_FLW_MASK; in qede_rx_flow_steer()
548 hash = skb_get_hash_raw(skb); in netvsc_xmit()
552 hash = skb_get_hash_raw(skb); in queue_userspace_packet()
1567 static inline __u32 skb_get_hash_raw(const struct sk_buff *skb) in skb_get_hash_raw() function
2066 return skb_get_hash_raw(skb) >> 1; in fib_multipath_hash()
2483 return skb_get_hash_raw(skb) >> 1; in rt6_multipath_hash()
12963 idx = skb_get_hash_raw(skb) & BNXT_NTP_FLTR_HASH_MASK; in bnxt_rx_flow_steer()
Completed in 86 milliseconds