Home
last modified time | relevance | path

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

/linux-4.4.14/net/tipc/
Dlink.c276 tipc_msg_init(ownnode, hdr, LINK_PROTOCOL, RESET_MSG, INT_H_SIZE, peer); in tipc_link_create()
585 mtyp = RESET_MSG; in tipc_link_timeout()
996 int mtyp = RESET_MSG; in tipc_link_build_reset_msg()
1256 case RESET_MSG: in tipc_link_proto_rcv()
1283 if ((mtyp == RESET_MSG) || !link_is_up(l)) in tipc_link_proto_rcv()
1403 if ((mtyp == RESET_MSG) || (mtyp == ACTIVATE_MSG)) in tipc_link_bc_init_rcv()
Dmsg.h514 #define RESET_MSG 1 macro