Searched refs:_pkts (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/ |
H A D | bcast.c | 292 struct sk_buff_head _pkts; in tipc_rcast_xmit() local 296 __skb_queue_head_init(&_pkts); in tipc_rcast_xmit() 300 if (!tipc_msg_pskb_copy(dnode, pkts, &_pkts)) in tipc_rcast_xmit() 304 if (tipc_node_xmit(net, &_pkts, dnode, selector) == -ELINKCONG) in tipc_rcast_xmit()
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | bcast.c | 292 struct sk_buff_head _pkts; in tipc_rcast_xmit() local 296 __skb_queue_head_init(&_pkts); in tipc_rcast_xmit() 300 if (!tipc_msg_pskb_copy(dnode, pkts, &_pkts)) in tipc_rcast_xmit() 304 if (tipc_node_xmit(net, &_pkts, dnode, selector) == -ELINKCONG) in tipc_rcast_xmit()
|
Completed in 3 milliseconds