Home
last modified time | relevance | path

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

/linux-2.6.39/net/tipc/
Dlink.c645 tipc_link_send_proto_msg(l_ptr, STATE_MSG, in link_state_event()
649 tipc_link_send_proto_msg(l_ptr, STATE_MSG, in link_state_event()
658 tipc_link_send_proto_msg(l_ptr, STATE_MSG, 1, 0, 0, 0, 0); in link_state_event()
668 tipc_link_send_proto_msg(l_ptr, ACTIVATE_MSG, 0, 0, 0, 0, 0); in link_state_event()
690 tipc_link_send_proto_msg(l_ptr, ACTIVATE_MSG, 0, 0, 0, 0, 0); in link_state_event()
700 tipc_link_send_proto_msg(l_ptr, STATE_MSG, in link_state_event()
706 tipc_link_send_proto_msg(l_ptr, STATE_MSG, in link_state_event()
716 tipc_link_send_proto_msg(l_ptr, RESET_MSG, in link_state_event()
737 tipc_link_send_proto_msg(l_ptr, STATE_MSG, 1, 0, 0, 0, 0); in link_state_event()
744 tipc_link_send_proto_msg(l_ptr, ACTIVATE_MSG, 1, 0, 0, 0, 0); in link_state_event()
[all …]
Dlink.h236 void tipc_link_send_proto_msg(struct link *l_ptr, u32 msg_typ, int prob, u32 gap,
Dbcast.c279 tipc_link_send_proto_msg(l_ptr, STATE_MSG, 0, 0, 0, 0, 0); in bclink_send_ack()