Searched refs:tn_rand (Results 1 – 1 of 1) sorted by relevance
205 static inline u32 tipc_net_hash_mixes(struct net *net, int tn_rand) in tipc_net_hash_mixes() argument207 return net_hash_mix(&init_net) ^ net_hash_mix(net) ^ tn_rand; in tipc_net_hash_mixes()
Completed in 3 milliseconds