Home
last modified time | relevance | path

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

/Linux-v4.19/net/tipc/
Dlink.h102 void tipc_link_set_active(struct tipc_link *l, bool active);
Dnode.c686 tipc_link_set_active(nl, true); in __tipc_node_link_up()
696 tipc_link_set_active(nl, true); in __tipc_node_link_up()
697 tipc_link_set_active(ol, false); in __tipc_node_link_up()
699 tipc_link_set_active(nl, true); in __tipc_node_link_up()
Dlink.c300 void tipc_link_set_active(struct tipc_link *l, bool active) in tipc_link_set_active() function