Home
last modified time | relevance | path

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

/linux-4.4.14/net/core/
Dflow_dissector.c622 u32 flow_hash_from_keys(struct flow_keys *keys) in flow_hash_from_keys() function
627 EXPORT_SYMBOL(flow_hash_from_keys);
710 __skb_set_sw_hash(skb, flow_hash_from_keys(&keys), in __skb_get_hash_flowi6()
731 __skb_set_sw_hash(skb, flow_hash_from_keys(&keys), in __skb_get_hash_flowi4()
818 return flow_hash_from_keys(keys); in __get_hash_from_flowi6()
834 return flow_hash_from_keys(keys); in __get_hash_from_flowi4()
/linux-4.4.14/include/net/
Dflow_dissector.h185 u32 flow_hash_from_keys(struct flow_keys *keys);