Home
last modified time | relevance | path

Searched defs:hfsc_class (Results 1 – 1 of 1) sorted by relevance

/linux/net/sched/
H A Dsch_hfsc.c111 struct hfsc_class { struct
122 struct hfsc_class *cl_parent; /* parent class */ argument
123 struct list_head siblings; /* sibling classes */
124 struct list_head children; /* child classes */
125 struct Qdisc *qdisc; /* leaf qdisc */
127 struct rb_node el_node; /* qdisc's eligible tree member */
128 struct rb_root vt_tree; /* active children sorted by cl_vt */
129 struct rb_node vt_node; /* parent's vt_tree member */
130 struct rb_root cf_tree; /* active children sorted by cl_f */
131 struct rb_node cf_node; /* parent's cf_heap member */
[all …]