Lines Matching defs:xmitq
239 struct sk_buff_head *xmitq);
243 struct sk_buff_head *xmitq);
246 struct sk_buff_head *xmitq);
248 struct sk_buff_head *xmitq);
255 struct sk_buff_head *xmitq,
359 struct sk_buff_head *xmitq)
366 tipc_link_build_bc_init_msg(uc_l, xmitq);
371 struct sk_buff_head *xmitq)
378 tipc_link_bc_ack_rcv(rcv_l, ack, 0, NULL, xmitq, NULL);
386 __skb_queue_purge(xmitq);
806 int tipc_link_timeout(struct tipc_link *l, struct sk_buff_head *xmitq)
860 tipc_link_build_proto_msg(l, mtyp, probe, 0, 0, 0, 0, xmitq);
995 * @xmitq: returned list of packets to be sent by caller
1002 struct sk_buff_head *xmitq)
1061 __skb_queue_tail(xmitq, _skb);
1136 struct sk_buff_head *xmitq)
1163 __skb_queue_tail(xmitq, _skb);
1513 * @xmitq: queue for accumulating the retransmitted packets if any
1523 struct sk_buff_head *xmitq,
1620 __skb_queue_tail(xmitq, _skb);
1676 int tipc_link_build_state_msg(struct tipc_link *l, struct sk_buff_head *xmitq)
1694 tipc_link_build_proto_msg(l, STATE_MSG, 0, 0, 0, 0, 0, xmitq);
1700 void tipc_link_build_reset_msg(struct tipc_link *l, struct sk_buff_head *xmitq)
1708 tipc_link_build_proto_msg(l, mtyp, 0, 0, 0, 0, 0, xmitq);
1711 skb = skb_peek_tail(xmitq);
1721 struct sk_buff_head *xmitq)
1740 rcvgap, 0, 0, xmitq);
1748 * @xmitq: queue to place packets to be sent after this call
1751 struct sk_buff_head *xmitq)
1761 return tipc_link_proto_rcv(l, skb, xmitq);
1792 rc |= tipc_link_build_nack_msg(l, xmitq);
1805 rc |= tipc_link_build_state_msg(l, xmitq);
1813 tipc_link_advance_backlog(l, xmitq);
1823 struct sk_buff_head *xmitq)
1900 __skb_queue_tail(xmitq, skb);
1905 struct sk_buff_head *xmitq)
1931 tipc_link_xmit(l, &tnlq, xmitq);
1938 int mtyp, struct sk_buff_head *xmitq)
1975 tipc_link_xmit(tnl, &tnlq, xmitq);
2064 tipc_link_xmit(tnl, &tnlq, xmitq);
2089 * @xmitq: queue for messages to be xmited
2092 struct sk_buff_head *xmitq)
2096 tipc_link_create_dummy_tnl_msg(tnl, xmitq);
2162 struct sk_buff_head *xmitq)
2185 if (tipc_link_is_blocked(l) || !xmitq)
2299 rcvgap, 0, 0, xmitq);
2301 released = tipc_link_advance_transmq(l, l, ack, gap, ga, xmitq,
2308 tipc_link_advance_backlog(l, xmitq);
2321 struct sk_buff_head *xmitq)
2341 __skb_queue_tail(xmitq, skb);
2351 struct sk_buff_head *xmitq)
2359 tipc_link_xmit(l, &list, xmitq);
2392 struct sk_buff_head *xmitq)
2443 tipc_link_build_bc_proto_msg(l, true, peers_snd_nxt, xmitq);
2450 struct sk_buff_head *xmitq,
2471 tipc_link_advance_backlog(l, xmitq);
2483 struct sk_buff_head *xmitq)
2503 rc = tipc_link_bc_ack_rcv(l, acked, to - acked, NULL, xmitq,
2504 xmitq);
2850 struct sk_buff_head *xmitq)
2856 tipc_link_build_proto_msg(l, STATE_MSG, 0, 0, 0, tol, 0, xmitq);
2860 struct sk_buff_head *xmitq)
2863 tipc_link_build_proto_msg(l, STATE_MSG, 0, 0, 0, 0, prio, xmitq);