Home
last modified time | relevance | path

Searched refs:flow_hash_from_keys (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dflow_dissector.h352 u32 flow_hash_from_keys(struct flow_keys *keys);
/kernel/linux/linux-6.6/include/net/
H A Dflow_dissector.h435 u32 flow_hash_from_keys(struct flow_keys *keys);
/kernel/linux/linux-5.10/net/sched/
H A Dsch_cake.c680 /* flow_hash_from_keys() sorts the addresses by value, so we have in cake_hash()
693 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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/net/ipv4/
H A 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()
/kernel/linux/linux-5.10/net/core/
H A Dflow_dissector.c1538 u32 flow_hash_from_keys(struct flow_keys *keys) in flow_hash_from_keys() function
1543 EXPORT_SYMBOL(flow_hash_from_keys); variable
1715 return flow_hash_from_keys(keys); in __get_hash_from_flowi6()
/kernel/linux/linux-6.6/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); variable
1957 return flow_hash_from_keys(keys); in __get_hash_from_flowi6()
/kernel/linux/linux-6.6/net/ipv6/
H A 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()
/kernel/linux/linux-5.10/net/ipv4/
H A Droute.c2045 mhash = flow_hash_from_keys(&hash_keys); in fib_multipath_hash()
/kernel/linux/linux-5.10/net/ipv6/
H A Droute.c2433 mhash = flow_hash_from_keys(&hash_keys); in rt6_multipath_hash()

Completed in 45 milliseconds