Searched refs:pktchain (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/net/tipc/ |
D | socket.c | 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() [all …]
|