Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/atm/
Diphase.c2604 struct sk_buff_head tmp_tx_backlog, tmp_vcc_backlog; local
2614 skb_queue_head_init (&tmp_tx_backlog);
2628 skb_queue_tail(&tmp_tx_backlog, skb);
2630 while((skb = skb_dequeue(&tmp_tx_backlog)))