Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dflow_dissector.h352 u32 flow_hash_from_keys(struct flow_keys *keys);
/OK3568_Linux_fs/kernel/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);
1716 return flow_hash_from_keys(keys); in __get_hash_from_flowi6()
/OK3568_Linux_fs/kernel/net/sched/
H A 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()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Droute.c2041 mhash = flow_hash_from_keys(&hash_keys); in fib_multipath_hash()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Droute.c2429 mhash = flow_hash_from_keys(&hash_keys); in rt6_multipath_hash()