Searched refs:tipc_nodeid2string (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/ |
H A D | addr.c | 61 tipc_nodeid2string(tn->node_id_string, id); in tipc_set_node_id() 82 char *tipc_nodeid2string(char *str, u8 *id) in tipc_nodeid2string() function
|
H A D | addr.h | 88 char *tipc_nodeid2string(char *str, u8 *id);
|
H A D | link.c | 491 tipc_nodeid2string(self_str, tipc_own_id(net)); in tipc_link_create() 494 tipc_nodeid2string(peer_str, peer_id); in tipc_link_create() 561 tipc_nodeid2string(peer_str, peer_id); in tipc_link_bc_create()
|
H A D | node.c | 529 tipc_nodeid2string(n->peer_id_string, peer_id); in tipc_node_create()
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | addr.c | 61 tipc_nodeid2string(tn->node_id_string, id); in tipc_set_node_id() 82 char *tipc_nodeid2string(char *str, u8 *id) in tipc_nodeid2string() function
|
H A D | addr.h | 133 char *tipc_nodeid2string(char *str, u8 *id);
|
H A D | link.c | 520 tipc_nodeid2string(self_str, tipc_own_id(net)); in tipc_link_create() 523 tipc_nodeid2string(peer_str, peer_id); in tipc_link_create() 595 tipc_nodeid2string(peer_str, peer_id); in tipc_link_bc_create()
|
H A D | node.c | 545 tipc_nodeid2string(n->peer_id_string, peer_id); in tipc_node_create()
|
Completed in 18 milliseconds