Home
last modified time | relevance | path

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

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