Home
last modified time | relevance | path

Searched refs:STATE_MSG (Results 1 – 4 of 4) sorted by relevance

/net/tipc/
Dlink.c822 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 …]
Dmsg.c151 case STATE_MSG: in tipc_msg_dbg()
Dbcast.c258 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()
Dmsg.h685 #define STATE_MSG 0 macro