Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/tipc/
H A Dlink.c845 mtyp = RESET_MSG; in tipc_link_timeout()
1702 int mtyp = RESET_MSG; in tipc_link_build_reset_msg()
2128 case RESET_MSG: in tipc_link_validate_msg()
2204 case RESET_MSG: in tipc_link_proto_rcv()
2240 if (mtyp == RESET_MSG || !link_is_up(l)) in tipc_link_proto_rcv()
2382 if ((mtyp == RESET_MSG) || (mtyp == ACTIVATE_MSG)) in tipc_link_bc_init_rcv()
H A Dmsg.h727 #define RESET_MSG 1 macro
1141 return (msg_user(hdr) == LINK_PROTOCOL) && (msg_type(hdr) == RESET_MSG); in msg_is_reset()
H A Dcrypto.c1731 (user == LINK_PROTOCOL && type == RESET_MSG) || in tipc_crypto_xmit()