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

/net/sched/
H A Dsch_cbq.c75 struct cbq_class { struct
77 struct cbq_class *next_alive; /* next class with backlog in this priority band */
98 void (*overlimit)(struct cbq_class *cl);
107 struct cbq_class *split; /* Ptr to split node */
108 struct cbq_class *share; /* Ptr to LS parent in the class tree */
109 struct cbq_class *tparent; /* Ptr to tree parent in the class tree */
110 struct cbq_class *borrow; /* NULL if class is bandwidth limited;
112 struct cbq_class *sibling; /* Sibling chain */
113 struct cbq_class *children; /* Pointer to children chain */
141 struct cbq_class *default
[all...]

Completed in 5 milliseconds