Home
last modified time | relevance | path

Searched refs:tipc_link_send_proto_msg (Results 1 – 3 of 3) 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()
662 tipc_link_send_proto_msg(l_ptr, ACTIVATE_MSG, 0, 0, 0, 0, 0); in link_state_event()
684 tipc_link_send_proto_msg(l_ptr, ACTIVATE_MSG, 0, 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()
710 tipc_link_send_proto_msg(l_ptr, RESET_MSG, in link_state_event()
731 tipc_link_send_proto_msg(l_ptr, STATE_MSG, 1, 0, 0, 0, 0); in link_state_event()
738 tipc_link_send_proto_msg(l_ptr, ACTIVATE_MSG, 1, 0, 0, 0, 0); in link_state_event()
[all …]
Dlink.h244 void tipc_link_send_proto_msg(struct tipc_link *l_ptr, u32 msg_typ, int prob,
Dbcast.c411 tipc_link_send_proto_msg( in bclink_accept_pkt()