Lines Matching defs:xmitq
103 int mtyp, struct sk_buff_head *xmitq);
201 struct sk_buff_head xmitq;
203 __skb_queue_head_init(&xmitq);
205 tipc_group_proto_xmit(grp, m, GRP_JOIN_MSG, &xmitq);
208 tipc_node_distr_xmit(net, &xmitq);
216 struct sk_buff_head xmitq;
218 __skb_queue_head_init(&xmitq);
221 tipc_group_proto_xmit(grp, m, GRP_LEAVE_MSG, &xmitq);
226 tipc_node_distr_xmit(net, &xmitq);
420 struct sk_buff_head xmitq;
445 __skb_queue_head_init(&xmitq);
446 tipc_group_proto_xmit(grp, m, GRP_ADV_MSG, &xmitq);
447 tipc_node_distr_xmit(grp->net, &xmitq);
497 struct sk_buff_head *xmitq)
571 tipc_group_proto_xmit(grp, m, GRP_ACK_MSG, xmitq);
581 tipc_group_update_rcv_win(grp, blks, node, port, xmitq);
589 u32 port, struct sk_buff_head *xmitq)
610 tipc_group_proto_xmit(grp, m, GRP_ADV_MSG, xmitq);
624 tipc_group_proto_xmit(grp, rm, GRP_RECLAIM_MSG, xmitq);
631 tipc_group_proto_xmit(grp, pm, GRP_ADV_MSG, xmitq);
638 tipc_group_proto_xmit(grp, m, GRP_ADV_MSG, xmitq);
647 tipc_group_proto_xmit(grp, m, GRP_ADV_MSG, xmitq);
658 tipc_group_proto_xmit(grp, pm, GRP_ADV_MSG, xmitq);
704 int mtyp, struct sk_buff_head *xmitq)
738 __skb_queue_tail(xmitq, skb);
743 struct sk_buff_head *xmitq)
777 tipc_group_proto_xmit(grp, m, GRP_ADV_MSG, xmitq);
812 tipc_group_proto_xmit(grp, m, GRP_REMIT_MSG, xmitq);
846 tipc_group_proto_xmit(grp, pm, GRP_ADV_MSG, xmitq);
860 struct sk_buff_head *xmitq)
890 tipc_group_proto_xmit(grp, m, GRP_JOIN_MSG, xmitq);
902 tipc_group_proto_xmit(grp, m, GRP_JOIN_MSG, xmitq);