Searched refs:self_str (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/ |
H A D | link.c | 480 char self_str[NODE_ID_STR_LEN] = {0,}; in tipc_link_create() local 491 tipc_nodeid2string(self_str, tipc_own_id(net)); in tipc_link_create() 492 if (strlen(self_str) > 16) in tipc_link_create() 493 sprintf(self_str, "%x", self); in tipc_link_create() 500 self_str, if_name, peer_str); in tipc_link_create()
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | link.c | 509 char self_str[NODE_ID_STR_LEN] = {0,}; in tipc_link_create() local 520 tipc_nodeid2string(self_str, tipc_own_id(net)); in tipc_link_create() 521 if (strlen(self_str) > 16) in tipc_link_create() 522 sprintf(self_str, "%x", self); in tipc_link_create() 529 self_str, if_name, peer_str); in tipc_link_create()
|
Completed in 8 milliseconds