Searched refs:ACTIVATE_MSG (Results 1 – 2 of 2) sorted by relevance
589 mtyp = ACTIVATE_MSG; in tipc_link_timeout()999 mtyp = ACTIVATE_MSG; in tipc_link_build_reset_msg()1264 case ACTIVATE_MSG: in tipc_link_proto_rcv()1287 if ((mtyp == ACTIVATE_MSG) && (l->state == LINK_ESTABLISHING)) in tipc_link_proto_rcv()1403 if ((mtyp == RESET_MSG) || (mtyp == ACTIVATE_MSG)) in tipc_link_bc_init_rcv()
515 #define ACTIVATE_MSG 2 macro