Home
last modified time | relevance | path

Searched refs:__flow_hash_from_keys (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/core/
H A Dflow_dissector.c1523 static inline u32 __flow_hash_from_keys(struct flow_keys *keys, in __flow_hash_from_keys() function
1541 return __flow_hash_from_keys(keys, &hashrnd); in flow_hash_from_keys()
1552 return __flow_hash_from_keys(keys, keyval); in ___skb_get_hash()
1594 return __flow_hash_from_keys(&keys, &hashrnd); in __skb_get_hash_symmetric()
/kernel/linux/linux-6.6/net/core/
H A Dflow_dissector.c1765 static inline u32 __flow_hash_from_keys(struct flow_keys *keys, in __flow_hash_from_keys() function
1783 return __flow_hash_from_keys(keys, &hashrnd); in flow_hash_from_keys()
1794 return __flow_hash_from_keys(keys, keyval); in ___skb_get_hash()
1836 return __flow_hash_from_keys(&keys, &hashrnd); in __skb_get_hash_symmetric()

Completed in 5 milliseconds