Lines Matching refs:xmitq
116 struct sk_buff_head *xmitq);
119 struct sk_buff_head *xmitq);
123 struct sk_buff_head *xmitq);
125 struct sk_buff_head *xmitq);
188 struct sk_buff_head *xmitq) in tipc_link_add_bc_peer() argument
195 tipc_link_build_bc_init_msg(uc_l, xmitq); in tipc_link_add_bc_peer()
200 struct sk_buff_head *xmitq) in tipc_link_remove_bc_peer() argument
205 tipc_link_bc_ack_rcv(rcv_l, ack, xmitq); in tipc_link_remove_bc_peer()
211 __skb_queue_purge(xmitq); in tipc_link_remove_bc_peer()
557 int tipc_link_timeout(struct tipc_link *l, struct sk_buff_head *xmitq) in tipc_link_timeout() argument
600 tipc_link_build_proto_msg(l, mtyp, prb, 0, 0, 0, xmitq); in tipc_link_timeout()
712 struct sk_buff_head *xmitq) in tipc_link_xmit() argument
747 __skb_queue_tail(xmitq, _skb); in tipc_link_xmit()
773 void tipc_link_advance_backlog(struct tipc_link *l, struct sk_buff_head *xmitq) in tipc_link_advance_backlog() argument
792 __skb_queue_tail(xmitq, _skb); in tipc_link_advance_backlog()
816 struct sk_buff_head *xmitq) in tipc_link_retrans() argument
852 __skb_queue_tail(xmitq, _skb); in tipc_link_retrans()
972 int tipc_link_build_ack_msg(struct tipc_link *l, struct sk_buff_head *xmitq) in tipc_link_build_ack_msg() argument
988 tipc_link_build_proto_msg(l, STATE_MSG, 0, 0, 0, 0, xmitq); in tipc_link_build_ack_msg()
994 void tipc_link_build_reset_msg(struct tipc_link *l, struct sk_buff_head *xmitq) in tipc_link_build_reset_msg() argument
1001 tipc_link_build_proto_msg(l, mtyp, 0, 0, 0, 0, xmitq); in tipc_link_build_reset_msg()
1007 struct sk_buff_head *xmitq) in tipc_link_build_nack_msg() argument
1015 tipc_link_build_proto_msg(l, STATE_MSG, 0, 0, 0, 0, xmitq); in tipc_link_build_nack_msg()
1024 struct sk_buff_head *xmitq) in tipc_link_rcv() argument
1039 return tipc_link_proto_rcv(l, skb, xmitq); in tipc_link_rcv()
1058 tipc_link_advance_backlog(l, xmitq); in tipc_link_rcv()
1066 tipc_link_build_nack_msg(l, xmitq); in tipc_link_rcv()
1076 rc |= tipc_link_build_ack_msg(l, xmitq); in tipc_link_rcv()
1094 struct sk_buff_head xmitq; in tipc_link_proto_xmit() local
1096 __skb_queue_head_init(&xmitq); in tipc_link_proto_xmit()
1098 tolerance, priority, &xmitq); in tipc_link_proto_xmit()
1099 skb = __skb_dequeue(&xmitq); in tipc_link_proto_xmit()
1108 struct sk_buff_head *xmitq) in tipc_link_build_proto_msg() argument
1159 __skb_queue_tail(xmitq, skb); in tipc_link_build_proto_msg()
1166 int mtyp, struct sk_buff_head *xmitq) in tipc_link_tnl_prepare() argument
1220 tipc_link_xmit(tnl, &tnlq, xmitq); in tipc_link_tnl_prepare()
1235 struct sk_buff_head *xmitq) in tipc_link_proto_rcv() argument
1249 if (tipc_link_is_blocked(l) || !xmitq) in tipc_link_proto_rcv()
1318 0, 0, xmitq); in tipc_link_proto_rcv()
1323 rc = tipc_link_retrans(l, ack + 1, ack + gap, xmitq); in tipc_link_proto_rcv()
1327 tipc_link_advance_backlog(l, xmitq); in tipc_link_proto_rcv()
1340 struct sk_buff_head *xmitq) in tipc_link_build_bc_proto_msg() argument
1360 __skb_queue_tail(xmitq, skb); in tipc_link_build_bc_proto_msg()
1370 struct sk_buff_head *xmitq) in tipc_link_build_bc_init_msg() argument
1377 tipc_link_xmit(l, &list, xmitq); in tipc_link_build_bc_init_msg()
1410 struct sk_buff_head *xmitq) in tipc_link_bc_sync_rcv() argument
1445 tipc_link_build_bc_proto_msg(l, true, peers_snd_nxt, xmitq); in tipc_link_bc_sync_rcv()
1450 struct sk_buff_head *xmitq) in tipc_link_bc_ack_rcv() argument
1477 tipc_link_advance_backlog(snd_l, xmitq); in tipc_link_bc_ack_rcv()
1485 struct sk_buff_head *xmitq) in tipc_link_bc_nack_rcv() argument
1505 tipc_link_bc_ack_rcv(l, acked, xmitq); in tipc_link_bc_nack_rcv()
1506 rc = tipc_link_retrans(l->bc_sndlink, from, to, xmitq); in tipc_link_bc_nack_rcv()