Searched refs:peer_str (Results 1 – 1 of 1) sorted by relevance
| /linux/net/tipc/ |
| H A D | link.c | 486 char peer_str[NODE_ID_STR_LEN] = {0,}; in tipc_link_create() local 500 if (tipc_nodeid2string(peer_str, peer_id) > NODE_ID_LEN) in tipc_link_create() 501 sprintf(peer_str, "%x", peer); in tipc_link_create() 505 self_str, if_name, peer_str); in tipc_link_create() 569 char peer_str[NODE_ID_STR_LEN] = {0,}; in tipc_link_bc_create() local 571 if (tipc_nodeid2string(peer_str, peer_id) > NODE_ID_LEN) in tipc_link_bc_create() 572 sprintf(peer_str, "%x", peer); in tipc_link_bc_create() 575 peer_str); in tipc_link_bc_create()
|