Searched refs:hfsc_class (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/sched/
H A Dsch_hfsc.c111 struct hfsc_class { struct
122 struct hfsc_class *cl_parent; /* parent class */
170 struct hfsc_class root; /* root class */
185 eltree_insert(struct hfsc_class *cl)
189 struct hfsc_class *cl1;
193 cl1 = rb_entry(parent, struct hfsc_class, el_node);
204 eltree_remove(struct hfsc_class *cl)
210 eltree_update(struct hfsc_class *cl)
217 static inline struct hfsc_class *
220 struct hfsc_class *
[all...]

Completed in 153 milliseconds