Searched refs:hash_mixes (Results 1 – 2 of 2) sorted by relevance
/net/tipc/ |
D | node.c | 373 static void tipc_node_assign_peer_net(struct tipc_node *n, u32 hash_mixes) in tipc_node_assign_peer_net() argument 393 if (hash_mixes ^ hash_chk) in tipc_node_assign_peer_net() 396 n->peer_hash_mix = hash_mixes; in tipc_node_assign_peer_net() 403 u32 signature, u32 hash_mixes) in tipc_node_create() argument 414 if (n->peer_hash_mix ^ hash_mixes) in tipc_node_create() 415 tipc_node_assign_peer_net(n, hash_mixes); in tipc_node_create() 447 tipc_node_assign_peer_net(n, hash_mixes); in tipc_node_create() 1028 u16 capabilities, u32 signature, u32 hash_mixes, in tipc_node_check_dest() argument 1049 hash_mixes); in tipc_node_check_dest() 1070 n->peer_hash_mix = hash_mixes; in tipc_node_check_dest()
|
D | node.h | 78 u16 capabilities, u32 signature, u32 hash_mixes,
|