Home
last modified time | relevance | path

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

/linux-3.4.99/net/tipc/
Dlink.c353 tipc_msg_init(msg, LINK_PROTOCOL, RESET_MSG, INT_H_SIZE, l_ptr->addr); in tipc_link_create()
656 case RESET_MSG: in link_state_event()
678 case RESET_MSG: in link_state_event()
710 tipc_link_send_proto_msg(l_ptr, RESET_MSG, in link_state_event()
735 case RESET_MSG: in link_state_event()
746 tipc_link_send_proto_msg(l_ptr, RESET_MSG, 0, 0, 0, 0, 0); in link_state_event()
768 case RESET_MSG: in link_state_event()
1720 (msg_type(msg) == RESET_MSG || in tipc_recv_msg()
1971 if ((l_ptr->owner->block_setup) && (msg_typ != RESET_MSG)) in tipc_link_send_proto_msg()
2093 case RESET_MSG: in link_recv_proto_msg()
[all …]
Dmsg.c222 case RESET_MSG: in tipc_msg_dbg()
Dmsg.h484 #define RESET_MSG 1 macro