Searched refs:peer_str (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/net/tipc/ |
D | link.c | 508 char peer_str[NODE_ID_STR_LEN] = {0,}; in tipc_link_create() local 523 tipc_nodeid2string(peer_str, peer_id); in tipc_link_create() 524 if (strlen(peer_str) > 16) in tipc_link_create() 525 sprintf(peer_str, "%x", peer); in tipc_link_create() 529 self_str, if_name, peer_str); in tipc_link_create() 593 char peer_str[NODE_ID_STR_LEN] = {0,}; in tipc_link_bc_create() local 595 tipc_nodeid2string(peer_str, peer_id); in tipc_link_bc_create() 596 if (strlen(peer_str) > 16) in tipc_link_bc_create() 597 sprintf(peer_str, "%x", peer); in tipc_link_bc_create() 600 peer_str); in tipc_link_bc_create()
|