Home
last modified time | relevance | path

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

/openbmc/linux/net/tipc/
H A Dcore.h205 static inline u32 tipc_net_hash_mixes(struct net *net, int tn_rand) in tipc_net_hash_mixes() argument
207 return net_hash_mix(&init_net) ^ net_hash_mix(net) ^ tn_rand; in tipc_net_hash_mixes()