tmp_tx_backlog   2613 drivers/atm/iphase.c         struct sk_buff_head tmp_tx_backlog, tmp_vcc_backlog;
tmp_tx_backlog   2623 drivers/atm/iphase.c         skb_queue_head_init (&tmp_tx_backlog);
tmp_tx_backlog   2637 drivers/atm/iphase.c                  skb_queue_tail(&tmp_tx_backlog, skb);
tmp_tx_backlog   2639 drivers/atm/iphase.c            while((skb = skb_dequeue(&tmp_tx_backlog)))