Home
last modified time | relevance | path

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

/linux/net/tipc/
H A Dlink.c487 char self_str[NODE_ID_STR_LEN] = {0,}; in tipc_link_create() local
498 if (tipc_nodeid2string(self_str, tipc_own_id(net)) > NODE_ID_LEN) in tipc_link_create()
499 sprintf(self_str, "%x", self); in tipc_link_create()
505 self_str, if_name, peer_str); in tipc_link_create()