Searched refs:flow_hash_from_keys (Results 1 – 4 of 4) sorted by relevance
448 u32 flow_hash_from_keys(struct flow_keys *keys);
570 return flow_hash_from_keys(keys); in fib_multipath_hash_from_keys()
1819 u32 flow_hash_from_keys(struct flow_keys *keys) in flow_hash_from_keys() function1824 EXPORT_SYMBOL(flow_hash_from_keys);2010 return flow_hash_from_keys(keys); in __get_hash_from_flowi6()
743 /* flow_hash_from_keys() sorts the addresses by value, so we have in cake_hash() 756 dsthost_hash = flow_hash_from_keys(&host_keys); in cake_hash() 759 srchost_hash = flow_hash_from_keys(&host_keys); in cake_hash() 765 dsthost_hash = flow_hash_from_keys(&host_keys); in cake_hash() 769 srchost_hash = flow_hash_from_keys(&host_keys); in cake_hash() 781 flow_hash = flow_hash_from_keys(&keys); in cake_hash()