Searched refs:ACTIVATE_MSG (Results 1 – 2 of 2) sorted by relevance
805 mtyp = ACTIVATE_MSG; in tipc_link_timeout()1494 mtyp = ACTIVATE_MSG; in tipc_link_build_reset_msg()1663 if (mtyp == ACTIVATE_MSG) { in tipc_link_build_proto_msg()1911 case ACTIVATE_MSG: in tipc_link_validate_msg()1978 case ACTIVATE_MSG: in tipc_link_proto_rcv()2005 if (mtyp == ACTIVATE_MSG && msg_dest_session_valid(hdr) && in tipc_link_proto_rcv()2017 if (mtyp == ACTIVATE_MSG && l->state == LINK_ESTABLISHING) in tipc_link_proto_rcv()2155 if ((mtyp == RESET_MSG) || (mtyp == ACTIVATE_MSG)) in tipc_link_bc_init_rcv()
616 #define ACTIVATE_MSG 2 macro