Home
last modified time | relevance | path

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

/linux/net/tipc/
H A Dlink.c858 mtyp = RESET_MSG; in tipc_link_timeout()
1716 int mtyp = RESET_MSG; in tipc_link_build_reset_msg()
2142 case RESET_MSG: in tipc_link_validate_msg()
2218 case RESET_MSG: in tipc_link_proto_rcv()
2257 if (mtyp == RESET_MSG || !tipc_link_is_up(l)) in tipc_link_proto_rcv()
2399 if ((mtyp == RESET_MSG) || (mtyp == ACTIVATE_MSG)) in tipc_link_bc_init_rcv()
H A Dmsg.h714 #define RESET_MSG 1 macro
1118 return (msg_user(hdr) == LINK_PROTOCOL) && (msg_type(hdr) == RESET_MSG); in msg_is_reset()
H A Dcrypto.c1727 (user == LINK_PROTOCOL && type == RESET_MSG) || in tipc_crypto_xmit()