Searched refs:STATE_MSG (Results 1 – 4 of 4) sorted by relevance
/net/tipc/ |
D | link.c | 822 tipc_link_send_proto_msg(l_ptr, STATE_MSG, in link_state_event() 826 tipc_link_send_proto_msg(l_ptr, STATE_MSG, in link_state_event() 836 tipc_link_send_proto_msg(l_ptr, STATE_MSG, 1, 0, 0, 0, 0); in link_state_event() 885 tipc_link_send_proto_msg(l_ptr, STATE_MSG, in link_state_event() 894 tipc_link_send_proto_msg(l_ptr, STATE_MSG, in link_state_event() 932 tipc_link_send_proto_msg(l_ptr, STATE_MSG, 1, 0, 0, 0, 0); in link_state_event() 975 tipc_link_send_proto_msg(l_ptr, STATE_MSG, 1, 0, 0, 0, 0); in link_state_event() 1932 tipc_link_send_proto_msg(l_ptr, STATE_MSG, 0, 0, 0, 0, 0); in tipc_recv_msg() 2117 tipc_link_send_proto_msg(l_ptr, STATE_MSG, 0, 0, 0, 0, 0); in link_handle_out_of_seq_msg() 2139 if (msg_typ == STATE_MSG) { in tipc_link_send_proto_msg() [all …]
|
D | msg.c | 151 case STATE_MSG: in tipc_msg_dbg()
|
D | bcast.c | 258 tipc_link_send_proto_msg(l_ptr, STATE_MSG, 0, 0, 0, 0, 0); in bclink_send_ack() 278 msg_init(msg, BCAST_PROTOCOL, STATE_MSG, in bclink_send_nack()
|
D | msg.h | 685 #define STATE_MSG 0 macro
|