net/tipc/link.h
113
char *tipc_link_name(struct tipc_link *l);
net/tipc/node.c
1009
tipc_link_name(l), tipc_link_plane(l));
net/tipc/node.c
1584
strscpy(linkname, tipc_link_name(link), len);
net/tipc/node.c
2401
if (l && !strcmp(tipc_link_name(l), link_name)) {
net/tipc/node.c
2599
if (link && !strcmp(link_name, tipc_link_name(link))) {
net/tipc/node.c
882
tipc_link_name(nl), tipc_link_plane(nl));
net/tipc/node.c
901
pr_debug("Old link <%s> becomes standby\n", tipc_link_name(ol));
net/tipc/node.c
910
pr_debug("New link <%s> is standby\n", tipc_link_name(nl));
net/tipc/trace.h
258
memcpy(__entry->name, tipc_link_name(l), TIPC_MAX_LINK_NAME);
net/tipc/trace.h
298
memcpy(__entry->name, tipc_link_name(r), TIPC_MAX_LINK_NAME);