Home
last modified time | relevance | path

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

/Linux-v4.19/net/tipc/
Dlink.c780 mtyp = RESET_MSG; in tipc_link_timeout()
1223 int mtyp = RESET_MSG; in tipc_link_build_reset_msg()
1513 case RESET_MSG: in tipc_link_validate_msg()
1578 case RESET_MSG: in tipc_link_proto_rcv()
1600 else if ((mtyp == RESET_MSG) || !link_is_up(l)) in tipc_link_proto_rcv()
1733 if ((mtyp == RESET_MSG) || (mtyp == ACTIVATE_MSG)) in tipc_link_bc_init_rcv()
Dmsg.h539 #define RESET_MSG 1 macro
926 return (msg_user(hdr) == LINK_PROTOCOL) && (msg_type(hdr) == RESET_MSG); in msg_is_reset()