Lines Matching refs:tipc_link
141 struct tipc_link { struct
209 struct tipc_link *tipc_link_create(struct tipc_node *n_ptr, argument
213 void tipc_link_failover_send_queue(struct tipc_link *l_ptr);
214 void tipc_link_dup_queue_xmit(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 void tipc_link_purge_queues(struct tipc_link *l_ptr);
227 void tipc_link_reset(struct tipc_link *l_ptr);
230 int __tipc_link_xmit(struct tipc_link *link, struct sk_buff *buf);
233 void tipc_link_proto_xmit(struct tipc_link *l_ptr, u32 msg_typ, int prob,
235 void tipc_link_push_queue(struct tipc_link *l_ptr);
238 void tipc_link_set_queue_limits(struct tipc_link *l_ptr, u32 window);
239 void tipc_link_retransmit(struct tipc_link *l_ptr,
283 static inline int link_working_working(struct tipc_link *l_ptr) in link_working_working()
288 static inline int link_working_unknown(struct tipc_link *l_ptr) in link_working_unknown()
293 static inline int link_reset_unknown(struct tipc_link *l_ptr) in link_reset_unknown()
298 static inline int link_reset_reset(struct tipc_link *l_ptr) in link_reset_reset()
303 static inline int link_congested(struct tipc_link *l_ptr) in link_congested()