Searched refs:tipc_link_send_proto_msg (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/net/tipc/ |
D | link.c | 645 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 …]
|
D | link.h | 236 void tipc_link_send_proto_msg(struct link *l_ptr, u32 msg_typ, int prob, u32 gap,
|
D | bcast.c | 279 tipc_link_send_proto_msg(l_ptr, STATE_MSG, 0, 0, 0, 0, 0); in bclink_send_ack()
|