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.h569 return flow_hash_from_keys(keys); in fib_multipath_hash_from_keys()
/linux/net/sched/
H A Dsch_cake.c737 dsthost_hash = flow_hash_from_keys(&host_keys); in cake_hash()
740 srchost_hash = flow_hash_from_keys(&host_keys); in cake_hash()
746 dsthost_hash = flow_hash_from_keys(&host_keys); in cake_hash()
750 srchost_hash = flow_hash_from_keys(&host_keys); in cake_hash()
762 flow_hash = flow_hash_from_keys(&keys); in cake_hash()
/linux/net/core/
H A Dflow_dissector.c1814 u32 flow_hash_from_keys(struct flow_keys *keys) in flow_hash_from_keys() function
1819 EXPORT_SYMBOL(flow_hash_from_keys);
2005 return flow_hash_from_keys(keys); in __get_hash_from_flowi6()