Searched refs:peer_str (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.10/net/tipc/ |
| D | link.c | 474 char peer_str[NODE_ID_STR_LEN] = {0,}; in tipc_link_create() local 489 tipc_nodeid2string(peer_str, peer_id); in tipc_link_create() 490 if (strlen(peer_str) > 16) in tipc_link_create() 491 sprintf(peer_str, "%x", peer); in tipc_link_create() 495 self_str, if_name, peer_str); in tipc_link_create() 554 char peer_str[NODE_ID_STR_LEN] = {0,}; in tipc_link_bc_create() local 556 tipc_nodeid2string(peer_str, peer_id); in tipc_link_bc_create() 557 if (strlen(peer_str) > 16) in tipc_link_bc_create() 558 sprintf(peer_str, "%x", peer); in tipc_link_bc_create() 561 peer_str); in tipc_link_bc_create()
|