Lines Matching refs:hash
285 u32 hash; in __flow_hash_from_keys() local
295 hash = __flow_hash_3words((__force u32)keys->dst, in __flow_hash_from_keys()
298 if (!hash) in __flow_hash_from_keys()
299 hash = 1; in __flow_hash_from_keys()
301 return hash; in __flow_hash_from_keys()
328 skb->hash = __flow_hash_from_keys(&keys); in __skb_get_hash()
339 u32 hash; in __skb_tx_hash() local
344 hash = skb_get_rx_queue(skb); in __skb_tx_hash()
345 while (unlikely(hash >= num_tx_queues)) in __skb_tx_hash()
346 hash -= num_tx_queues; in __skb_tx_hash()
347 return hash; in __skb_tx_hash()