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

/linux-master/net/core/
H A Dflow_dissector.c1765 static inline u32 __flow_hash_from_keys(struct flow_keys *keys, function
1783 return __flow_hash_from_keys(keys, &hashrnd);
1794 return __flow_hash_from_keys(keys, keyval);
1836 return __flow_hash_from_keys(&keys, &hashrnd);

Completed in 124 milliseconds