Home
last modified time | relevance | path

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

/linux-6.12.1/net/tipc/
Dcore.h204 static inline u32 tipc_net_hash_mixes(struct net *net, int tn_rand) in tipc_net_hash_mixes() argument
206 return net_hash_mix(&init_net) ^ net_hash_mix(net) ^ tn_rand; in tipc_net_hash_mixes()