Home
last modified time | relevance | path

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

/openbmc/linux/net/tipc/
H A Dbcast.h47 extern const char tipc_bclink_name[];
H A Dnode.c2446 if (strcmp(name, tipc_bclink_name) == 0) in tipc_nl_node_set_link()
2528 if (strcmp(name, tipc_bclink_name) == 0) { in tipc_nl_node_get_link()
2591 if (!strcmp(link_name, tipc_bclink_name)) { in tipc_nl_node_reset_link_stats()
2596 } 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()