Home
last modified time | relevance | path

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

/linux-4.1.27/net/sched/
Dsch_fq.c66 struct rb_node fq_node; /* anchor in fq_root[] trees */ member
189 f = container_of(parent, struct fq_flow, fq_node); in fq_gc()
211 rb_erase(&f->fq_node, root); in fq_gc()
254 f = container_of(parent, struct fq_flow, fq_node); in fq_classify()
286 rb_link_node(&f->fq_node, parent, p); in fq_classify()
287 rb_insert_color(&f->fq_node, root); in fq_classify()
533 f = container_of(p, struct fq_flow, fq_node); in fq_reset()
564 of = container_of(op, struct fq_flow, fq_node); in fq_rehash()
577 nf = container_of(parent, struct fq_flow, fq_node); in fq_rehash()
586 rb_link_node(&of->fq_node, parent, np); in fq_rehash()
[all …]