Home
last modified time | relevance | path

Searched refs:flow_hash_from_keys (Results 1 – 4 of 4) sorted by relevance

/linux/include/net/
H A Dflow_dissector.h448 u32 flow_hash_from_keys(struct flow_keys *keys);
H A Dip_fib.h570 return flow_hash_from_keys(keys); in fib_multipath_hash_from_keys()
/linux/net/core/
H A Dflow_dissector.c1819 u32 flow_hash_from_keys(struct flow_keys *keys) in flow_hash_from_keys() function
1824 EXPORT_SYMBOL(flow_hash_from_keys);
2010 return flow_hash_from_keys(keys); in __get_hash_from_flowi6()
/linux/net/sched/
H A Dsch_cake.c743 /* 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()