Lines Matching refs:tipc_link

96 static void link_handle_out_of_seq_msg(struct tipc_link *link,
98 static void tipc_link_proto_rcv(struct tipc_link *link,
100 static void link_set_supervision_props(struct tipc_link *l_ptr, u32 tol);
101 static void link_state_event(struct tipc_link *l_ptr, u32 event);
102 static void link_reset_statistics(struct tipc_link *l_ptr);
103 static void link_print(struct tipc_link *l_ptr, const char *str);
104 static void tipc_link_sync_xmit(struct tipc_link *l);
106 static void tipc_link_input(struct tipc_link *l, struct sk_buff *skb);
107 static bool tipc_data_input(struct tipc_link *l, struct sk_buff *skb);
108 static bool tipc_link_failover_rcv(struct tipc_link *l, struct sk_buff **skb);
119 kfree(container_of(kref, struct tipc_link, ref)); in tipc_link_release()
122 static void tipc_link_get(struct tipc_link *l_ptr) in tipc_link_get()
127 static void tipc_link_put(struct tipc_link *l_ptr) in tipc_link_put()
132 static struct tipc_link *tipc_parallel_link(struct tipc_link *l) in tipc_parallel_link()
142 int tipc_link_is_up(struct tipc_link *l_ptr) in tipc_link_is_up()
149 int tipc_link_is_active(struct tipc_link *l_ptr) in tipc_link_is_active()
161 struct tipc_link *l_ptr = (struct tipc_link *)data; in link_timeout()
209 static void link_set_timer(struct tipc_link *link, unsigned long time) in link_set_timer()
223 struct tipc_link *tipc_link_create(struct tipc_node *n_ptr, in tipc_link_create()
228 struct tipc_link *l_ptr; in tipc_link_create()
302 void tipc_link_delete(struct tipc_link *l) in tipc_link_delete()
318 struct tipc_link *link; in tipc_link_delete_list()
339 static int link_schedule_user(struct tipc_link *link, struct sk_buff_head *list) in link_schedule_user()
378 void link_prepare_wakeup(struct tipc_link *l) in link_prepare_wakeup()
401 void tipc_link_reset_fragments(struct tipc_link *l_ptr) in tipc_link_reset_fragments()
407 static void tipc_link_purge_backlog(struct tipc_link *l) in tipc_link_purge_backlog()
421 void tipc_link_purge_queues(struct tipc_link *l_ptr) in tipc_link_purge_queues()
429 void tipc_link_reset(struct tipc_link *l_ptr) in tipc_link_reset()
434 struct tipc_link *pl = tipc_parallel_link(l_ptr); in tipc_link_reset()
482 struct tipc_link *l_ptr; in tipc_link_reset_list()
496 static void link_activate(struct tipc_link *link) in link_activate()
511 static void link_state_event(struct tipc_link *l_ptr, unsigned int event) in link_state_event()
513 struct tipc_link *other; in link_state_event()
699 int __tipc_link_xmit(struct net *net, struct tipc_link *link, in __tipc_link_xmit()
760 static int __tipc_link_xmit_skb(struct tipc_link *link, struct sk_buff *skb) in __tipc_link_xmit_skb()
802 struct tipc_link *link = NULL; in tipc_link_xmit()
835 static void tipc_link_sync_xmit(struct tipc_link *link) in tipc_link_sync_xmit()
876 void tipc_link_push_packets(struct tipc_link *link) in tipc_link_push_packets()
917 static void link_retransmit_failure(struct tipc_link *l_ptr, in link_retransmit_failure()
956 void tipc_link_retransmit(struct tipc_link *l_ptr, struct sk_buff *skb, in tipc_link_retransmit()
994 static bool link_synch(struct tipc_link *l) in link_synch()
997 struct tipc_link *pl; in link_synch()
1016 static void link_retrieve_defq(struct tipc_link *link, in link_retrieve_defq()
1043 struct tipc_link *l_ptr; in tipc_rcv()
1174 static bool tipc_data_input(struct tipc_link *link, struct sk_buff *skb) in tipc_data_input()
1215 static void tipc_link_input(struct tipc_link *link, struct sk_buff *skb) in tipc_link_input()
1305 static void link_handle_out_of_seq_msg(struct tipc_link *l_ptr, in link_handle_out_of_seq_msg()
1340 void tipc_link_proto_xmit(struct tipc_link *l_ptr, u32 msg_typ, int probe_msg, in tipc_link_proto_xmit()
1419 static void tipc_link_proto_rcv(struct tipc_link *l_ptr, in tipc_link_proto_rcv()
1538 static void tipc_link_tunnel_xmit(struct tipc_link *l_ptr, in tipc_link_tunnel_xmit()
1543 struct tipc_link *tunnel; in tipc_link_tunnel_xmit()
1570 void tipc_link_failover_send_queue(struct tipc_link *l_ptr) in tipc_link_failover_send_queue()
1573 struct tipc_link *tunnel = l_ptr->owner->active_links[0]; in tipc_link_failover_send_queue()
1636 void tipc_link_dup_queue_xmit(struct tipc_link *link, in tipc_link_dup_queue_xmit()
1637 struct tipc_link *tnl) in tipc_link_dup_queue_xmit()
1681 static bool tipc_link_failover_rcv(struct tipc_link *link, in tipc_link_failover_rcv()
1686 struct tipc_link *pl = NULL; in tipc_link_failover_rcv()
1737 static void link_set_supervision_props(struct tipc_link *l_ptr, u32 tol) in link_set_supervision_props()
1749 void tipc_link_set_queue_limits(struct tipc_link *l, u32 win) in tipc_link_set_queue_limits()
1773 struct tipc_link *l_ptr; in tipc_link_find_owner()
1803 static void link_reset_statistics(struct tipc_link *l_ptr) in link_reset_statistics()
1810 static void link_print(struct tipc_link *l_ptr, const char *str) in link_print()
1877 struct tipc_link *link; in tipc_nl_link_set()
2013 struct tipc_link *link, int nlflags) in __tipc_nl_add_link()
2180 struct tipc_link *link; in tipc_nl_link_get()
2229 struct tipc_link *link; in tipc_nl_link_reset_stats()