Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/atm/
Diphase.c2612 struct sk_buff_head tmp_tx_backlog, tmp_vcc_backlog; local
2622 skb_queue_head_init (&tmp_tx_backlog);
2636 skb_queue_tail(&tmp_tx_backlog, skb);
2638 while((skb = skb_dequeue(&tmp_tx_backlog)))