Lines Matching refs:tipc_link
140 struct tipc_link { struct
209 struct tipc_link *tipc_link_create(struct tipc_node *n_ptr, argument
212 void tipc_link_delete(struct tipc_link *l_ptr);
213 void tipc_link_changeover(struct tipc_link *l_ptr);
214 void tipc_link_send_duplicate(struct tipc_link *l_ptr, struct tipc_link *dest);
215 void tipc_link_reset_fragments(struct tipc_link *l_ptr);
216 int tipc_link_is_up(struct tipc_link *l_ptr);
217 int tipc_link_is_active(struct tipc_link *l_ptr);
218 u32 tipc_link_push_packet(struct tipc_link *l_ptr);
219 void tipc_link_stop(struct tipc_link *l_ptr);
223 void tipc_link_reset(struct tipc_link *l_ptr);
226 int tipc_link_send_buf(struct tipc_link *l_ptr, struct sk_buff *buf);
237 void tipc_link_send_proto_msg(struct tipc_link *l_ptr, u32 msg_typ, int prob,
240 void tipc_link_push_queue(struct tipc_link *l_ptr);
243 void tipc_link_wakeup_ports(struct tipc_link *l_ptr, int all);
244 void tipc_link_set_queue_limits(struct tipc_link *l_ptr, u32 window);
245 void tipc_link_retransmit(struct tipc_link *l_ptr,
289 static inline int link_working_working(struct tipc_link *l_ptr) in link_working_working()
294 static inline int link_working_unknown(struct tipc_link *l_ptr) in link_working_unknown()
299 static inline int link_reset_unknown(struct tipc_link *l_ptr) in link_reset_unknown()
304 static inline int link_reset_reset(struct tipc_link *l_ptr) in link_reset_reset()
309 static inline int link_blocked(struct tipc_link *l_ptr) in link_blocked()
314 static inline int link_congested(struct tipc_link *l_ptr) in link_congested()