Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Dflow_dissector.h318 u32 flow_hash_from_keys(struct flow_keys *keys);
/Linux-v5.4/net/core/
Dflow_dissector.c1463 u32 flow_hash_from_keys(struct flow_keys *keys) in flow_hash_from_keys() function
1468 EXPORT_SYMBOL(flow_hash_from_keys);
1641 return flow_hash_from_keys(keys); in __get_hash_from_flowi6()
/Linux-v5.4/net/sched/
Dsch_cake.c659 dsthost_hash = flow_hash_from_keys(&host_keys); in cake_hash()
662 srchost_hash = flow_hash_from_keys(&host_keys); in cake_hash()
668 dsthost_hash = flow_hash_from_keys(&host_keys); in cake_hash()
672 srchost_hash = flow_hash_from_keys(&host_keys); in cake_hash()
684 flow_hash = flow_hash_from_keys(&keys); in cake_hash()
/Linux-v5.4/net/ipv4/
Droute.c1998 mhash = flow_hash_from_keys(&hash_keys); in fib_multipath_hash()
/Linux-v5.4/net/ipv6/
Droute.c2414 mhash = flow_hash_from_keys(&hash_keys); in rt6_multipath_hash()