Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dflow_dissector.h435 u32 flow_hash_from_keys(struct flow_keys *keys);
/openbmc/linux/net/sched/
H A Dsch_cake.c751 dsthost_hash = flow_hash_from_keys(&host_keys); in cake_hash()
754 srchost_hash = flow_hash_from_keys(&host_keys); in cake_hash()
760 dsthost_hash = flow_hash_from_keys(&host_keys); in cake_hash()
764 srchost_hash = flow_hash_from_keys(&host_keys); in cake_hash()
776 flow_hash = flow_hash_from_keys(&keys); in cake_hash()
/openbmc/linux/net/core/
H A Dflow_dissector.c1790 u32 flow_hash_from_keys(struct flow_keys *keys) in flow_hash_from_keys() function
1795 EXPORT_SYMBOL(flow_hash_from_keys);
1967 return flow_hash_from_keys(keys); in __get_hash_from_flowi6()
/openbmc/linux/net/ipv4/
H A Droute.c1967 return flow_hash_from_keys(&hash_keys); in fib_multipath_custom_hash_outer()
2016 return flow_hash_from_keys(&hash_keys); in fib_multipath_custom_hash_inner()
2053 return flow_hash_from_keys(&hash_keys); in fib_multipath_custom_hash_fl4()
2074 mhash = flow_hash_from_keys(&hash_keys); in fib_multipath_hash()
2108 mhash = flow_hash_from_keys(&hash_keys); in fib_multipath_hash()
2139 mhash = flow_hash_from_keys(&hash_keys); in fib_multipath_hash()
/openbmc/linux/net/ipv6/
H A Droute.c2369 return flow_hash_from_keys(&hash_keys); in rt6_multipath_custom_hash_outer()
2418 return flow_hash_from_keys(&hash_keys); in rt6_multipath_custom_hash_inner()
2457 return flow_hash_from_keys(&hash_keys); in rt6_multipath_custom_hash_fl6()
2479 mhash = flow_hash_from_keys(&hash_keys); in rt6_multipath_hash()
2511 mhash = flow_hash_from_keys(&hash_keys); in rt6_multipath_hash()
2548 mhash = flow_hash_from_keys(&hash_keys); in rt6_multipath_hash()