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/core/
H A Dflow_dissector.c1780 u32 flow_hash_from_keys(struct flow_keys *keys) in flow_hash_from_keys() function
1785 EXPORT_SYMBOL(flow_hash_from_keys);
1957 return flow_hash_from_keys(keys); in __get_hash_from_flowi6()
/openbmc/linux/net/ipv4/
H A Droute.c1941 return flow_hash_from_keys(&hash_keys); in fib_multipath_custom_hash_outer()
1990 return flow_hash_from_keys(&hash_keys); in fib_multipath_custom_hash_inner()
2027 return flow_hash_from_keys(&hash_keys); in fib_multipath_custom_hash_fl4()
2048 mhash = flow_hash_from_keys(&hash_keys); in fib_multipath_hash()
2082 mhash = flow_hash_from_keys(&hash_keys); in fib_multipath_hash()
2113 mhash = flow_hash_from_keys(&hash_keys); in fib_multipath_hash()
/openbmc/linux/net/sched/
H A Dsch_cake.c681 /* flow_hash_from_keys() sorts the addresses by value, so we have in cake_hash()
694 dsthost_hash = flow_hash_from_keys(&host_keys); in cake_hash()
697 srchost_hash = flow_hash_from_keys(&host_keys); in cake_hash()
703 dsthost_hash = flow_hash_from_keys(&host_keys); in cake_hash()
707 srchost_hash = flow_hash_from_keys(&host_keys); in cake_hash()
719 flow_hash = flow_hash_from_keys(&keys); in cake_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()