Lines Matching defs:xmitq
267 struct sk_buff_head *xmitq);
271 struct sk_buff_head *xmitq);
274 struct sk_buff_head *xmitq);
276 struct sk_buff_head *xmitq);
283 struct sk_buff_head *xmitq,
387 struct sk_buff_head *xmitq)
394 tipc_link_build_bc_init_msg(uc_l, xmitq);
399 struct sk_buff_head *xmitq)
406 tipc_link_bc_ack_rcv(rcv_l, ack, 0, NULL, xmitq, NULL);
414 __skb_queue_purge(xmitq);
841 int tipc_link_timeout(struct tipc_link *l, struct sk_buff_head *xmitq)
895 tipc_link_build_proto_msg(l, mtyp, probe, 0, 0, 0, 0, xmitq);
1030 * @xmitq: returned list of packets to be sent by caller
1037 struct sk_buff_head *xmitq)
1096 __skb_queue_tail(xmitq, _skb);
1171 struct sk_buff_head *xmitq)
1198 __skb_queue_tail(xmitq, _skb);
1549 * @xmitq: queue for accumulating the retransmitted packets if any
1559 struct sk_buff_head *xmitq,
1656 __skb_queue_tail(xmitq, _skb);
1712 int tipc_link_build_state_msg(struct tipc_link *l, struct sk_buff_head *xmitq)
1730 tipc_link_build_proto_msg(l, STATE_MSG, 0, 0, 0, 0, 0, xmitq);
1736 void tipc_link_build_reset_msg(struct tipc_link *l, struct sk_buff_head *xmitq)
1744 tipc_link_build_proto_msg(l, mtyp, 0, 0, 0, 0, 0, xmitq);
1747 skb = skb_peek_tail(xmitq);
1757 struct sk_buff_head *xmitq)
1776 rcvgap, 0, 0, xmitq);
1784 * @xmitq: queue to place packets to be sent after this call
1787 struct sk_buff_head *xmitq)
1797 return tipc_link_proto_rcv(l, skb, xmitq);
1828 rc |= tipc_link_build_nack_msg(l, xmitq);
1841 rc |= tipc_link_build_state_msg(l, xmitq);
1849 tipc_link_advance_backlog(l, xmitq);
1859 struct sk_buff_head *xmitq)
1936 __skb_queue_tail(xmitq, skb);
1941 struct sk_buff_head *xmitq)
1967 tipc_link_xmit(l, &tnlq, xmitq);
1974 int mtyp, struct sk_buff_head *xmitq)
2011 tipc_link_xmit(tnl, &tnlq, xmitq);
2100 tipc_link_xmit(tnl, &tnlq, xmitq);
2125 * @xmitq: queue for messages to be xmited
2128 struct sk_buff_head *xmitq)
2132 tipc_link_create_dummy_tnl_msg(tnl, xmitq);
2198 struct sk_buff_head *xmitq)
2221 if (tipc_link_is_blocked(l) || !xmitq)
2335 rcvgap, 0, 0, xmitq);
2337 released = tipc_link_advance_transmq(l, l, ack, gap, ga, xmitq,
2344 tipc_link_advance_backlog(l, xmitq);
2357 struct sk_buff_head *xmitq)
2377 __skb_queue_tail(xmitq, skb);
2387 struct sk_buff_head *xmitq)
2395 tipc_link_xmit(l, &list, xmitq);
2428 struct sk_buff_head *xmitq)
2479 tipc_link_build_bc_proto_msg(l, true, peers_snd_nxt, xmitq);
2486 struct sk_buff_head *xmitq,
2507 tipc_link_advance_backlog(l, xmitq);
2519 struct sk_buff_head *xmitq)
2539 rc = tipc_link_bc_ack_rcv(l, acked, to - acked, NULL, xmitq,
2540 xmitq);
2886 struct sk_buff_head *xmitq)
2892 tipc_link_build_proto_msg(l, STATE_MSG, 0, 0, 0, tol, 0, xmitq);
2896 struct sk_buff_head *xmitq)
2899 tipc_link_build_proto_msg(l, STATE_MSG, 0, 0, 0, 0, prio, xmitq);