Lines Matching defs:xmitq
102 int mtyp, struct sk_buff_head *xmitq);
200 struct sk_buff_head xmitq;
202 __skb_queue_head_init(&xmitq);
204 tipc_group_proto_xmit(grp, m, GRP_JOIN_MSG, &xmitq);
207 tipc_node_distr_xmit(net, &xmitq);
215 struct sk_buff_head xmitq;
217 __skb_queue_head_init(&xmitq);
220 tipc_group_proto_xmit(grp, m, GRP_LEAVE_MSG, &xmitq);
225 tipc_node_distr_xmit(net, &xmitq);
419 struct sk_buff_head xmitq;
444 __skb_queue_head_init(&xmitq);
445 tipc_group_proto_xmit(grp, m, GRP_ADV_MSG, &xmitq);
446 tipc_node_distr_xmit(grp->net, &xmitq);
496 struct sk_buff_head *xmitq)
570 tipc_group_proto_xmit(grp, m, GRP_ACK_MSG, xmitq);
580 tipc_group_update_rcv_win(grp, blks, node, port, xmitq);
588 u32 port, struct sk_buff_head *xmitq)
609 tipc_group_proto_xmit(grp, m, GRP_ADV_MSG, xmitq);
623 tipc_group_proto_xmit(grp, rm, GRP_RECLAIM_MSG, xmitq);
630 tipc_group_proto_xmit(grp, pm, GRP_ADV_MSG, xmitq);
637 tipc_group_proto_xmit(grp, m, GRP_ADV_MSG, xmitq);
646 tipc_group_proto_xmit(grp, m, GRP_ADV_MSG, xmitq);
657 tipc_group_proto_xmit(grp, pm, GRP_ADV_MSG, xmitq);
703 int mtyp, struct sk_buff_head *xmitq)
737 __skb_queue_tail(xmitq, skb);
742 struct sk_buff_head *xmitq)
776 tipc_group_proto_xmit(grp, m, GRP_ADV_MSG, xmitq);
811 tipc_group_proto_xmit(grp, m, GRP_REMIT_MSG, xmitq);
845 tipc_group_proto_xmit(grp, pm, GRP_ADV_MSG, xmitq);
859 struct sk_buff_head *xmitq)
889 tipc_group_proto_xmit(grp, m, GRP_JOIN_MSG, xmitq);
901 tipc_group_proto_xmit(grp, m, GRP_JOIN_MSG, xmitq);