Home
last modified time | relevance | path

Searched refs:tipc_bclink_name (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/net/tipc/
H A Dbcast.h47 extern const char tipc_bclink_name[];
H A Dnode.c2399 if (strcmp(name, tipc_bclink_name) == 0) in tipc_nl_node_set_link()
2481 if (strcmp(name, tipc_bclink_name) == 0) { in tipc_nl_node_get_link()
2544 if (!strcmp(link_name, tipc_bclink_name)) { in tipc_nl_node_reset_link_stats()
2549 } else if (strstr(link_name, tipc_bclink_name)) { in tipc_nl_node_reset_link_stats()
H A Dbcast.c48 const char tipc_bclink_name[] = "broadcast-link"; variable
H A Dlink.c565 snprintf(l->name, sizeof(l->name), "%s:%s", tipc_bclink_name, in tipc_link_bc_create()
568 strcpy(l->name, tipc_bclink_name); in tipc_link_bc_create()
/kernel/linux/linux-6.6/net/tipc/
H A Dbcast.h47 extern const char tipc_bclink_name[];
H A Dnode.c2445 if (strcmp(name, tipc_bclink_name) == 0) in tipc_nl_node_set_link()
2527 if (strcmp(name, tipc_bclink_name) == 0) { in tipc_nl_node_get_link()
2590 if (!strcmp(link_name, tipc_bclink_name)) { in tipc_nl_node_reset_link_stats()
2595 } else if (strstr(link_name, tipc_bclink_name)) { in tipc_nl_node_reset_link_stats()
H A Dbcast.c48 const char tipc_bclink_name[] = "broadcast-link"; variable
H A Dlink.c599 snprintf(l->name, sizeof(l->name), "%s:%s", tipc_bclink_name, in tipc_link_bc_create()
602 strcpy(l->name, tipc_bclink_name); in tipc_link_bc_create()

Completed in 19 milliseconds