Home
last modified time | relevance | path

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

/linux-6.6.21/include/net/
Dflow_dissector.h435 u32 flow_hash_from_keys(struct flow_keys *keys);
/linux-6.6.21/net/core/
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()
/linux-6.6.21/net/ipv4/
Droute.c1949 return flow_hash_from_keys(&hash_keys); in fib_multipath_custom_hash_outer()
1998 return flow_hash_from_keys(&hash_keys); in fib_multipath_custom_hash_inner()
2035 return flow_hash_from_keys(&hash_keys); in fib_multipath_custom_hash_fl4()
2056 mhash = flow_hash_from_keys(&hash_keys); in fib_multipath_hash()
2090 mhash = flow_hash_from_keys(&hash_keys); in fib_multipath_hash()
2121 mhash = flow_hash_from_keys(&hash_keys); in fib_multipath_hash()
/linux-6.6.21/net/sched/
Dsch_cake.c694 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()
/linux-6.6.21/net/ipv6/
Droute.c2365 return flow_hash_from_keys(&hash_keys); in rt6_multipath_custom_hash_outer()
2414 return flow_hash_from_keys(&hash_keys); in rt6_multipath_custom_hash_inner()
2453 return flow_hash_from_keys(&hash_keys); in rt6_multipath_custom_hash_fl6()
2475 mhash = flow_hash_from_keys(&hash_keys); in rt6_multipath_hash()
2507 mhash = flow_hash_from_keys(&hash_keys); in rt6_multipath_hash()
2544 mhash = flow_hash_from_keys(&hash_keys); in rt6_multipath_hash()