Searched refs:STATE_MSG (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/net/tipc/ |
D | link.c | 538 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 …]
|
D | bcast.c | 300 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()
|
D | msg.h | 508 #define STATE_MSG 0 macro
|