Home
last modified time | relevance | path

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

/linux-4.1.27/net/tipc/
Dlink.c538 tipc_link_proto_xmit(l_ptr, STATE_MSG, in link_state_event()
547 tipc_link_proto_xmit(l_ptr, STATE_MSG, 1, 0, 0, 0); in link_state_event()
591 tipc_link_proto_xmit(l_ptr, STATE_MSG, in link_state_event()
597 tipc_link_proto_xmit(l_ptr, STATE_MSG, in link_state_event()
628 tipc_link_proto_xmit(l_ptr, STATE_MSG, 1, 0, 0, 0); in link_state_event()
666 tipc_link_proto_xmit(l_ptr, STATE_MSG, 1, 0, 0, 0); in link_state_event()
845 tipc_msg_init(link_own_addr(link), msg, BCAST_PROTOCOL, STATE_MSG, in tipc_link_sync_xmit()
1156 tipc_link_proto_xmit(l_ptr, STATE_MSG, 0, 0, 0, 0); in tipc_rcv()
1331 tipc_link_proto_xmit(l_ptr, STATE_MSG, 0, 0, 0, 0); in link_handle_out_of_seq_msg()
1362 if (msg_typ == STATE_MSG) { in tipc_link_proto_xmit()
[all …]
Dbcast.c300 tipc_msg_init(tn->own_addr, msg, BCAST_PROTOCOL, STATE_MSG, in tipc_bclink_update_link_state()
416 STATE_MSG, 0, 0, 0, 0); in bclink_accept_pkt()
453 if (msg_type(msg) != STATE_MSG) in tipc_bclink_rcv()
Dmsg.h508 #define STATE_MSG 0 macro