Lines Matching refs:pkts
252 static int tipc_bcast_xmit(struct net *net, struct sk_buff_head *pkts, in tipc_bcast_xmit() argument
262 rc = tipc_link_xmit(l, pkts, &xmitq); in tipc_bcast_xmit()
265 __skb_queue_purge(pkts); in tipc_bcast_xmit()
281 static int tipc_rcast_xmit(struct net *net, struct sk_buff_head *pkts, in tipc_rcast_xmit() argument
288 selector = msg_link_selector(buf_msg(skb_peek(pkts))); in tipc_rcast_xmit()
293 if (!tipc_msg_pskb_copy(dnode, pkts, &_pkts)) in tipc_rcast_xmit()
370 int tipc_mcast_xmit(struct net *net, struct sk_buff_head *pkts, in tipc_mcast_xmit() argument
384 if (dests->local && !tipc_msg_reassemble(pkts, &localq)) { in tipc_mcast_xmit()
392 skb = skb_peek(pkts); in tipc_mcast_xmit()
404 rc = tipc_rcast_xmit(net, pkts, dests, cong_link_cnt); in tipc_mcast_xmit()
406 rc = tipc_bcast_xmit(net, pkts, cong_link_cnt); in tipc_mcast_xmit()
415 __skb_queue_purge(pkts); in tipc_mcast_xmit()