Home
last modified time | relevance | path

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

/linux/net/sched/
A Dsch_cbq.c71 struct cbq_class { struct
73 struct cbq_class *next_alive; /* next class with backlog in this priority band */ argument
95 struct cbq_class *split; /* Ptr to split node */ argument
96 struct cbq_class *share; /* Ptr to LS parent in the class tree */ argument
97 struct cbq_class *tparent; /* Ptr to tree parent in the class tree */ argument
98 struct cbq_class *borrow; /* NULL if class is bandwidth limited; argument
100 struct cbq_class *sibling; /* Sibling chain */ argument
101 struct cbq_class *children; /* Pointer to children chain */ argument
103 struct Qdisc *q; /* Elementary queueing discipline */
129 struct cbq_class *defaults[TC_PRIO_MAX + 1]; argument

Completed in 8 milliseconds