Searched refs:RESET_MSG (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/net/tipc/ |
D | link.c | 272 tipc_msg_init(tn->own_addr, msg, LINK_PROTOCOL, RESET_MSG, INT_H_SIZE, in tipc_link_create() 551 case RESET_MSG: in link_state_event() 574 case RESET_MSG: in link_state_event() 607 tipc_link_proto_xmit(l_ptr, RESET_MSG, in link_state_event() 634 case RESET_MSG: in link_state_event() 648 tipc_link_proto_xmit(l_ptr, RESET_MSG, 0, 0, 0, 0); in link_state_event() 672 case RESET_MSG: in link_state_event() 1086 (msg_type(msg) == RESET_MSG || in tipc_rcv() 1353 if ((tipc_node_blocked(l_ptr->owner)) && (msg_typ != RESET_MSG)) in tipc_link_proto_xmit() 1435 case RESET_MSG: in tipc_link_proto_rcv() [all …]
|
D | msg.h | 509 #define RESET_MSG 1 macro
|