Home
last modified time | relevance | path

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

/linux-4.4.14/net/tipc/
Dlink.c589 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()
Dmsg.h515 #define ACTIVATE_MSG 2 macro