Home
last modified time | relevance | path

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

/net/tipc/
Dlink.c814 case ACTIVATE_MSG: in link_state_event()
847 tipc_link_send_proto_msg(l_ptr, ACTIVATE_MSG, 0, 0, 0, 0, 0); in link_state_event()
860 case ACTIVATE_MSG: in link_state_event()
873 tipc_link_send_proto_msg(l_ptr, ACTIVATE_MSG, 0, 0, 0, 0, 0); in link_state_event()
922 case ACTIVATE_MSG: in link_state_event()
941 tipc_link_send_proto_msg(l_ptr, ACTIVATE_MSG, 1, 0, 0, 0, 0); in link_state_event()
965 case ACTIVATE_MSG: in link_state_event()
984 tipc_link_send_proto_msg(l_ptr, ACTIVATE_MSG, 0, 0, 0, 0, 0); in link_state_event()
2276 case ACTIVATE_MSG: in link_recv_proto_msg()
Dmsg.c163 case ACTIVATE_MSG: in tipc_msg_dbg()
Dmsg.h687 #define ACTIVATE_MSG 2 macro