Searched defs:cbq_class (Results 1 – 1 of 1) sorted by relevance
76 struct cbq_class { struct78 struct cbq_class *next_alive; /* next class with backlog in this priority band */ argument100 struct cbq_class *split; /* Ptr to split node */ argument101 struct cbq_class *share; /* Ptr to LS parent in the class tree */ argument102 struct cbq_class *tparent; /* Ptr to tree parent in the class tree */ argument103 struct cbq_class *borrow; /* NULL if class is bandwidth limited; argument105 struct cbq_class *sibling; /* Sibling chain */ argument106 struct cbq_class *children; /* Pointer to children chain */ argument108 struct Qdisc *q; /* Elementary queueing discipline */134 struct cbq_class *defaults[TC_PRIO_MAX + 1]; argument