• Home
  • Raw
  • Download

Lines Matching refs:tipc_link

90 static void link_handle_out_of_seq_msg(struct tipc_link *l_ptr,
92 static void link_recv_proto_msg(struct tipc_link *l_ptr, struct sk_buff *buf);
93 static int link_recv_changeover_msg(struct tipc_link **l_ptr,
95 static void link_set_supervision_props(struct tipc_link *l_ptr, u32 tolerance);
100 static void link_state_event(struct tipc_link *l_ptr, u32 event);
101 static void link_reset_statistics(struct tipc_link *l_ptr);
102 static void link_print(struct tipc_link *l_ptr, const char *str);
103 static void link_start(struct tipc_link *l_ptr);
104 static int link_send_long_buf(struct tipc_link *l_ptr, struct sk_buff *buf);
105 static void tipc_link_send_sync(struct tipc_link *l);
116 static void link_init_max_pkt(struct tipc_link *l_ptr) in link_init_max_pkt()
133 static u32 link_next_sent(struct tipc_link *l_ptr) in link_next_sent()
140 static u32 link_last_sent(struct tipc_link *l_ptr) in link_last_sent()
148 int tipc_link_is_up(struct tipc_link *l_ptr) in tipc_link_is_up()
155 int tipc_link_is_active(struct tipc_link *l_ptr) in tipc_link_is_active()
236 static void link_timeout(struct tipc_link *l_ptr) in link_timeout()
282 static void link_set_timer(struct tipc_link *l_ptr, u32 time) in link_set_timer()
295 struct tipc_link *tipc_link_create(struct tipc_node *n_ptr, in tipc_link_create()
299 struct tipc_link *l_ptr; in tipc_link_create()
375 void tipc_link_delete(struct tipc_link *l_ptr) in tipc_link_delete()
394 static void link_start(struct tipc_link *l_ptr) in link_start()
410 static int link_schedule_port(struct tipc_link *l_ptr, u32 origport, u32 sz) in link_schedule_port()
432 void tipc_link_wakeup_ports(struct tipc_link *l_ptr, int all) in tipc_link_wakeup_ports()
466 static void link_release_outqueue(struct tipc_link *l_ptr) in link_release_outqueue()
484 void tipc_link_reset_fragments(struct tipc_link *l_ptr) in tipc_link_reset_fragments()
501 void tipc_link_stop(struct tipc_link *l_ptr) in tipc_link_stop()
526 void tipc_link_reset(struct tipc_link *l_ptr) in tipc_link_reset()
585 static void link_activate(struct tipc_link *l_ptr) in link_activate()
597 static void link_state_event(struct tipc_link *l_ptr, unsigned int event) in link_state_event()
599 struct tipc_link *other; in link_state_event()
774 static int link_bundle_buf(struct tipc_link *l_ptr, in link_bundle_buf()
803 static void link_add_to_outqueue(struct tipc_link *l_ptr, in link_add_to_outqueue()
824 static void link_add_chain_to_outqueue(struct tipc_link *l_ptr, in link_add_chain_to_outqueue()
848 int tipc_link_send_buf(struct tipc_link *l_ptr, struct sk_buff *buf) in tipc_link_send_buf()
927 struct tipc_link *l_ptr; in tipc_link_send()
956 static void tipc_link_send_sync(struct tipc_link *l) in tipc_link_send_sync()
1001 struct tipc_link *l_ptr; in tipc_link_send_names()
1038 static int link_send_buf_fast(struct tipc_link *l_ptr, struct sk_buff *buf, in link_send_buf_fast()
1067 struct tipc_link *l_ptr; in tipc_send_buf_fast()
1106 struct tipc_link *l_ptr; in tipc_link_send_sections_fast()
1196 struct tipc_link *l_ptr; in link_send_sections_long()
1339 u32 tipc_link_push_packet(struct tipc_link *l_ptr) in tipc_link_push_packet()
1407 void tipc_link_push_queue(struct tipc_link *l_ptr) in tipc_link_push_queue()
1448 static void link_retransmit_failure(struct tipc_link *l_ptr, in link_retransmit_failure()
1490 void tipc_link_retransmit(struct tipc_link *l_ptr, struct sk_buff *buf, in tipc_link_retransmit()
1538 static struct sk_buff *link_insert_deferred_queue(struct tipc_link *l_ptr, in link_insert_deferred_queue()
1618 struct tipc_link *l_ptr; in tipc_recv_msg()
1867 static void link_handle_out_of_seq_msg(struct tipc_link *l_ptr, in link_handle_out_of_seq_msg()
1903 void tipc_link_send_proto_msg(struct tipc_link *l_ptr, u32 msg_typ, in tipc_link_send_proto_msg()
2008 static void link_recv_proto_msg(struct tipc_link *l_ptr, struct sk_buff *buf) in link_recv_proto_msg()
2147 static void tipc_link_tunnel(struct tipc_link *l_ptr, in tipc_link_tunnel()
2152 struct tipc_link *tunnel; in tipc_link_tunnel()
2178 void tipc_link_changeover(struct tipc_link *l_ptr) in tipc_link_changeover()
2182 struct tipc_link *tunnel = l_ptr->owner->active_links[0]; in tipc_link_changeover()
2240 void tipc_link_send_duplicate(struct tipc_link *l_ptr, struct tipc_link *tunnel) in tipc_link_send_duplicate()
2300 static int link_recv_changeover_msg(struct tipc_link **l_ptr, in link_recv_changeover_msg()
2304 struct tipc_link *dest_link; in link_recv_changeover_msg()
2403 static int link_send_long_buf(struct tipc_link *l_ptr, struct sk_buff *buf) in link_send_long_buf()
2581 static void link_set_supervision_props(struct tipc_link *l_ptr, u32 tolerance) in link_set_supervision_props()
2592 void tipc_link_set_queue_limits(struct tipc_link *l_ptr, u32 window) in tipc_link_set_queue_limits()
2621 static struct tipc_link *link_find_link(const char *name, in link_find_link()
2626 struct tipc_link *l_ptr; in link_find_link()
2682 struct tipc_link *l_ptr; in link_cmd_set_value()
2783 static void link_reset_statistics(struct tipc_link *l_ptr) in link_reset_statistics()
2793 struct tipc_link *l_ptr; in tipc_link_cmd_reset_stats()
2838 struct tipc_link *l; in tipc_link_stats()
2962 struct tipc_link *l_ptr; in tipc_link_get_max_pkt()
2981 static void link_print(struct tipc_link *l_ptr, const char *str) in link_print()