Home
last modified time | relevance | path

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

/linux-3.4.99/net/tipc/
Dlink.c639 tipc_link_send_proto_msg(l_ptr, STATE_MSG, in link_state_event()
643 tipc_link_send_proto_msg(l_ptr, STATE_MSG, in link_state_event()
652 tipc_link_send_proto_msg(l_ptr, STATE_MSG, 1, 0, 0, 0, 0); in link_state_event()
694 tipc_link_send_proto_msg(l_ptr, STATE_MSG, in link_state_event()
700 tipc_link_send_proto_msg(l_ptr, STATE_MSG, in link_state_event()
731 tipc_link_send_proto_msg(l_ptr, STATE_MSG, 1, 0, 0, 0, 0); in link_state_event()
764 tipc_link_send_proto_msg(l_ptr, STATE_MSG, 1, 0, 0, 0, 0); in link_state_event()
1762 tipc_link_send_proto_msg(l_ptr, STATE_MSG, 0, 0, 0, 0, 0); in tipc_recv_msg()
1942 tipc_link_send_proto_msg(l_ptr, STATE_MSG, 0, 0, 0, 0, 0); in link_handle_out_of_seq_msg()
1981 if (msg_typ == STATE_MSG) { in tipc_link_send_proto_msg()
[all …]
Dbcast.c319 tipc_msg_init(msg, BCAST_PROTOCOL, STATE_MSG, in tipc_bclink_update_link_state()
413 STATE_MSG, 0, 0, 0, 0, 0); in bclink_accept_pkt()
448 if (msg_type(msg) != STATE_MSG) in tipc_bclink_recv_pkt()
Dmsg.c215 case STATE_MSG: in tipc_msg_dbg()
Dmsg.h483 #define STATE_MSG 0 macro