Home
last modified time | relevance | path

Searched refs:tipc_nodeid2string (Results 1 – 2 of 2) sorted by relevance

/linux/net/tipc/
H A Dlink.c498 if (tipc_nodeid2string(self_str, tipc_own_id(net)) > NODE_ID_LEN) in tipc_link_create()
500 if (tipc_nodeid2string(peer_str, peer_id) > NODE_ID_LEN) in tipc_link_create()
571 if (tipc_nodeid2string(peer_str, peer_id) > NODE_ID_LEN) in tipc_link_bc_create()
H A Dnode.c543 tipc_nodeid2string(n->peer_id_string, peer_id); in tipc_node_create()