Searched refs:t_root (Results 1 – 1 of 1) sorted by relevance
76 struct rb_root t_root; member375 struct rb_node *p = rb_first(&q->t_root); in tfifo_reset()381 rb_erase(&skb->rbnode, &q->t_root); in tfifo_reset()403 struct rb_node **p = &q->t_root.rb_node, *parent = NULL; in tfifo_enqueue()416 rb_insert_color(&nskb->rbnode, &q->t_root); in tfifo_enqueue()568 if (q->t_root.rb_node) { in netem_enqueue()572 t_skb = skb_rb_last(&q->t_root); in netem_enqueue()675 struct sk_buff *skb = skb_rb_first(&q->t_root); in netem_peek()697 rb_erase(&skb->rbnode, &q->t_root); in netem_erase_head()