Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/tipc/
H A Dlink.c849 mtyp = ACTIVATE_MSG; in tipc_link_timeout()
1706 mtyp = ACTIVATE_MSG; in tipc_link_build_reset_msg()
1884 if (mtyp == ACTIVATE_MSG) { in tipc_link_build_proto_msg()
2133 case ACTIVATE_MSG: in tipc_link_validate_msg()
2205 case ACTIVATE_MSG: in tipc_link_proto_rcv()
2232 if (mtyp == ACTIVATE_MSG && msg_dest_session_valid(hdr) && in tipc_link_proto_rcv()
2244 if (mtyp == ACTIVATE_MSG && l->state == LINK_ESTABLISHING) in tipc_link_proto_rcv()
2382 if ((mtyp == RESET_MSG) || (mtyp == ACTIVATE_MSG)) in tipc_link_bc_init_rcv()
H A Dmsg.h728 #define ACTIVATE_MSG 2 macro