Lines Matching refs:l
238 void tipc_link_tnl_prepare(struct tipc_link *l, struct tipc_link *tnl,
240 void tipc_link_build_reset_msg(struct tipc_link *l, struct sk_buff_head *xmitq);
241 int tipc_link_fsm_evt(struct tipc_link *l, int evt);
243 bool tipc_link_is_up(struct tipc_link *l);
244 bool tipc_link_peer_is_down(struct tipc_link *l);
245 bool tipc_link_is_reset(struct tipc_link *l);
246 bool tipc_link_is_establishing(struct tipc_link *l);
247 bool tipc_link_is_synching(struct tipc_link *l);
248 bool tipc_link_is_failingover(struct tipc_link *l);
249 bool tipc_link_is_blocked(struct tipc_link *l);
250 void tipc_link_set_active(struct tipc_link *l, bool active);
254 void tipc_link_set_queue_limits(struct tipc_link *l, u32 window);
261 int tipc_link_timeout(struct tipc_link *l, struct sk_buff_head *xmitq);
262 int tipc_link_rcv(struct tipc_link *l, struct sk_buff *skb,
264 int tipc_link_build_ack_msg(struct tipc_link *l, struct sk_buff_head *xmitq);
271 int tipc_link_bc_peers(struct tipc_link *l);
272 void tipc_link_set_mtu(struct tipc_link *l, int mtu);
273 int tipc_link_mtu(struct tipc_link *l);
274 void tipc_link_bc_ack_rcv(struct tipc_link *l, u16 acked,
276 void tipc_link_build_bc_sync_msg(struct tipc_link *l,
278 void tipc_link_bc_init_rcv(struct tipc_link *l, struct tipc_msg *hdr);
279 void tipc_link_bc_sync_rcv(struct tipc_link *l, struct tipc_msg *hdr,
281 int tipc_link_bc_nack_rcv(struct tipc_link *l, struct sk_buff *skb,