Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/
Dflow_dissector.h400 u32 flow_hash_from_keys(struct flow_keys *keys);
/linux-6.1.9/net/core/
Dflow_dissector.c1687 u32 flow_hash_from_keys(struct flow_keys *keys) in flow_hash_from_keys() function
1692 EXPORT_SYMBOL(flow_hash_from_keys);
1865 return flow_hash_from_keys(keys); in __get_hash_from_flowi6()
/linux-6.1.9/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.1.9/net/sched/
Dsch_cake.c693 dsthost_hash = flow_hash_from_keys(&host_keys); in cake_hash()
696 srchost_hash = flow_hash_from_keys(&host_keys); in cake_hash()
702 dsthost_hash = flow_hash_from_keys(&host_keys); in cake_hash()
706 srchost_hash = flow_hash_from_keys(&host_keys); in cake_hash()
718 flow_hash = flow_hash_from_keys(&keys); in cake_hash()
/linux-6.1.9/net/ipv6/
Droute.c2364 return flow_hash_from_keys(&hash_keys); in rt6_multipath_custom_hash_outer()
2413 return flow_hash_from_keys(&hash_keys); in rt6_multipath_custom_hash_inner()
2452 return flow_hash_from_keys(&hash_keys); in rt6_multipath_custom_hash_fl6()
2474 mhash = flow_hash_from_keys(&hash_keys); in rt6_multipath_hash()
2506 mhash = flow_hash_from_keys(&hash_keys); in rt6_multipath_hash()
2543 mhash = flow_hash_from_keys(&hash_keys); in rt6_multipath_hash()