Searched refs:tipc_link_set_active (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/net/tipc/ |
H A D | link.h | 104 void tipc_link_set_active(struct tipc_link *l, bool active);
|
H A D | node.c | 896 tipc_link_set_active(nl, true); in __tipc_node_link_up() 906 tipc_link_set_active(nl, true); in __tipc_node_link_up() 907 tipc_link_set_active(ol, false); in __tipc_node_link_up() 909 tipc_link_set_active(nl, true); in __tipc_node_link_up()
|
H A D | link.c | 335 void tipc_link_set_active(struct tipc_link *l, bool active) in tipc_link_set_active() function
|
/kernel/linux/linux-5.10/net/tipc/ |
H A D | link.h | 104 void tipc_link_set_active(struct tipc_link *l, bool active);
|
H A D | node.c | 877 tipc_link_set_active(nl, true); in __tipc_node_link_up() 887 tipc_link_set_active(nl, true); in __tipc_node_link_up() 888 tipc_link_set_active(ol, false); in __tipc_node_link_up() 890 tipc_link_set_active(nl, true); in __tipc_node_link_up()
|
H A D | link.c | 307 void tipc_link_set_active(struct tipc_link *l, bool active) in tipc_link_set_active() function
|
Completed in 18 milliseconds