Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/atm/
Diphase.c2613 struct sk_buff_head tmp_tx_backlog, tmp_vcc_backlog; local
2623 skb_queue_head_init (&tmp_tx_backlog);
2637 skb_queue_tail(&tmp_tx_backlog, skb);
2639 while((skb = skb_dequeue(&tmp_tx_backlog)))