Home
last modified time | relevance | path

Searched refs:tmp_tx_backlog (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/atm/
Diphase.c2614 struct sk_buff_head tmp_tx_backlog, tmp_vcc_backlog; local
2624 skb_queue_head_init (&tmp_tx_backlog);
2638 skb_queue_tail(&tmp_tx_backlog, skb);
2640 while((skb = skb_dequeue(&tmp_tx_backlog)))