Home
last modified time | relevance | path

Searched refs:working_links (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/tipc/
H A Dnode.c98 * @working_links: number of working links to node (both active and standby)
124 u16 working_links; member
854 n->working_links++; in __tipc_node_link_up()
977 n->working_links--; in __tipc_node_link_down()
3061 i += scnprintf(buf + i, sz - i, " %u", n->working_links); in tipc_node_dump()
/kernel/linux/linux-6.6/net/tipc/
H A Dnode.c100 * @working_links: number of working links to node (both active and standby)
133 u16 working_links; member
873 n->working_links++; in __tipc_node_link_up()
1004 n->working_links--; in __tipc_node_link_down()
3107 i += scnprintf(buf + i, sz - i, " %u", n->working_links); in tipc_node_dump()

Completed in 8 milliseconds