Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dsch_cbq.c76 struct cbq_class { struct
78 struct cbq_class *next_alive; /* next class with backlog in this priority band */ argument
100 struct cbq_class *split; /* Ptr to split node */ argument
101 struct cbq_class *share; /* Ptr to LS parent in the class tree */ argument
102 struct cbq_class *tparent; /* Ptr to tree parent in the class tree */ argument
103 struct cbq_class *borrow; /* NULL if class is bandwidth limited; argument
105 struct cbq_class *sibling; /* Sibling chain */ argument
106 struct cbq_class *children; /* Pointer to children chain */ argument
108 struct Qdisc *q; /* Elementary queueing discipline */
134 struct cbq_class *defaults[TC_PRIO_MAX + 1]; argument