Home
last modified time | relevance | path

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

/Linux-v4.19/net/tipc/
Dlink.c784 mtyp = ACTIVATE_MSG; in tipc_link_timeout()
1227 mtyp = ACTIVATE_MSG; in tipc_link_build_reset_msg()
1518 case ACTIVATE_MSG: in tipc_link_validate_msg()
1579 case ACTIVATE_MSG: in tipc_link_proto_rcv()
1604 if ((mtyp == ACTIVATE_MSG) && (l->state == LINK_ESTABLISHING)) in tipc_link_proto_rcv()
1733 if ((mtyp == RESET_MSG) || (mtyp == ACTIVATE_MSG)) in tipc_link_bc_init_rcv()
Dmsg.h540 #define ACTIVATE_MSG 2 macro