Lines Matching refs:pktchain
676 struct sk_buff_head pktchain; in tipc_sendmcast() local
690 skb_queue_head_init(&pktchain); in tipc_sendmcast()
694 rc = tipc_msg_build(mhdr, msg, 0, dsz, mtu, &pktchain); in tipc_sendmcast()
699 rc = tipc_bcast_xmit(net, &pktchain); in tipc_sendmcast()
709 __skb_queue_purge(&pktchain); in tipc_sendmcast()
868 struct sk_buff_head pktchain; in __tipc_sendmsg() local
929 skb_queue_head_init(&pktchain); in __tipc_sendmsg()
933 rc = tipc_msg_build(mhdr, m, 0, dsz, mtu, &pktchain); in __tipc_sendmsg()
938 skb = skb_peek(&pktchain); in __tipc_sendmsg()
940 rc = tipc_node_xmit(net, &pktchain, dnode, tsk->portid); in __tipc_sendmsg()
952 __skb_queue_purge(&pktchain); in __tipc_sendmsg()
1022 struct sk_buff_head pktchain; in __tipc_send_stream() local
1050 skb_queue_head_init(&pktchain); in __tipc_send_stream()
1056 rc = tipc_msg_build(mhdr, m, sent, send, mtu, &pktchain); in __tipc_send_stream()
1062 rc = tipc_node_xmit(net, &pktchain, dnode, portid); in __tipc_send_stream()
1071 __skb_queue_purge(&pktchain); in __tipc_send_stream()
1085 __skb_queue_purge(&pktchain); in __tipc_send_stream()