Home
last modified time | relevance | path

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

/Linux-v5.4/net/sched/
Dsch_fq.c75 struct rb_node fq_node; /* anchor in fq_root[] trees */ member
214 f = rb_entry(parent, struct fq_flow, fq_node); in fq_gc()
236 rb_erase(&f->fq_node, root); in fq_gc()
293 f = rb_entry(parent, struct fq_flow, fq_node); in fq_classify()
329 rb_link_node(&f->fq_node, parent, p); in fq_classify()
330 rb_insert_color(&f->fq_node, root); in fq_classify()
638 f = rb_entry(p, struct fq_flow, fq_node); in fq_reset()
668 of = rb_entry(op, struct fq_flow, fq_node); in fq_rehash()
681 nf = rb_entry(parent, struct fq_flow, fq_node); in fq_rehash()
690 rb_link_node(&of->fq_node, parent, np); in fq_rehash()
[all …]