Searched refs:hash_mixes (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/ |
H A D | node.h | 84 u16 capabilities, u32 hash_mixes, 94 u16 capabilities, u32 signature, u32 hash_mixes,
|
H A D | node.c | 426 static void tipc_node_assign_peer_net(struct tipc_node *n, u32 hash_mixes) in tipc_node_assign_peer_net() argument 446 if (hash_mixes ^ hash_chk) in tipc_node_assign_peer_net() 449 n->peer_hash_mix = hash_mixes; in tipc_node_assign_peer_net() 455 u16 capabilities, u32 hash_mixes, in tipc_node_create() 499 if (n->peer_hash_mix ^ hash_mixes) in tipc_node_create() 500 tipc_node_assign_peer_net(n, hash_mixes); in tipc_node_create() 545 tipc_node_assign_peer_net(n, hash_mixes); in tipc_node_create() 1145 u16 capabilities, u32 signature, u32 hash_mixes, in tipc_node_check_dest() 1165 n = tipc_node_create(net, addr, peer_id, capabilities, hash_mixes, in tipc_node_check_dest() 1187 n->peer_hash_mix = hash_mixes; in tipc_node_check_dest() 454 tipc_node_create(struct net *net, u32 addr, u8 *peer_id, u16 capabilities, u32 hash_mixes, bool preliminary) tipc_node_create() argument 1143 tipc_node_check_dest(struct net *net, u32 addr, u8 *peer_id, struct tipc_bearer *b, u16 capabilities, u32 signature, u32 hash_mixes, struct tipc_media_addr *maddr, bool *respond, bool *dupl_addr) tipc_node_check_dest() argument [all...] |
/kernel/linux/linux-6.6/net/tipc/ |
H A D | node.h | 84 u16 capabilities, u32 hash_mixes, 94 u16 capabilities, u32 signature, u32 hash_mixes,
|
H A D | node.c | 442 static void tipc_node_assign_peer_net(struct tipc_node *n, u32 hash_mixes) in tipc_node_assign_peer_net() argument 462 if (hash_mixes ^ hash_chk) in tipc_node_assign_peer_net() 465 n->peer_hash_mix = hash_mixes; in tipc_node_assign_peer_net() 471 u16 capabilities, u32 hash_mixes, in tipc_node_create() 515 if (n->peer_hash_mix ^ hash_mixes) in tipc_node_create() 516 tipc_node_assign_peer_net(n, hash_mixes); in tipc_node_create() 561 tipc_node_assign_peer_net(n, hash_mixes); in tipc_node_create() 1172 u16 capabilities, u32 signature, u32 hash_mixes, in tipc_node_check_dest() 1192 n = tipc_node_create(net, addr, peer_id, capabilities, hash_mixes, in tipc_node_check_dest() 1214 n->peer_hash_mix = hash_mixes; in tipc_node_check_dest() 470 tipc_node_create(struct net *net, u32 addr, u8 *peer_id, u16 capabilities, u32 hash_mixes, bool preliminary) tipc_node_create() argument 1170 tipc_node_check_dest(struct net *net, u32 addr, u8 *peer_id, struct tipc_bearer *b, u16 capabilities, u32 signature, u32 hash_mixes, struct tipc_media_addr *maddr, bool *respond, bool *dupl_addr) tipc_node_check_dest() argument [all...] |
Completed in 6 milliseconds