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