Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/tipc/
H A Dlink.h104 void tipc_link_set_active(struct tipc_link *l, bool active);
H A Dnode.c877 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 Dlink.c307 void tipc_link_set_active(struct tipc_link *l, bool active) in tipc_link_set_active() function