Home
last modified time | relevance | path

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

/linux-6.12.1/net/tipc/
Dlink.c862 mtyp = ACTIVATE_MSG; in tipc_link_timeout()
1720 mtyp = ACTIVATE_MSG; in tipc_link_build_reset_msg()
1898 if (mtyp == ACTIVATE_MSG) { in tipc_link_build_proto_msg()
2147 case ACTIVATE_MSG: in tipc_link_validate_msg()
2219 case ACTIVATE_MSG: in tipc_link_proto_rcv()
2249 if (mtyp == ACTIVATE_MSG && msg_dest_session_valid(hdr) && in tipc_link_proto_rcv()
2261 if (mtyp == ACTIVATE_MSG && l->state == LINK_ESTABLISHING) in tipc_link_proto_rcv()
2399 if ((mtyp == RESET_MSG) || (mtyp == ACTIVATE_MSG)) in tipc_link_bc_init_rcv()
Dmsg.h715 #define ACTIVATE_MSG 2 macro