Home
last modified time | relevance | path

Searched refs:tipc_link_set_active (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/net/tipc/
Dlink.h104 void tipc_link_set_active(struct tipc_link *l, bool active);
Dnode.c896 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()
Dlink.c335 void tipc_link_set_active(struct tipc_link *l, bool active) in tipc_link_set_active() function