Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/atm/
Diphase.c2607 struct sk_buff_head tmp_tx_backlog, tmp_vcc_backlog; local
2617 skb_queue_head_init (&tmp_tx_backlog);
2631 skb_queue_tail(&tmp_tx_backlog, skb);
2633 while((skb = skb_dequeue(&tmp_tx_backlog)))