Searched defs:cbq_class (Results 1 – 1 of 1) sorted by relevance
71 struct cbq_class { struct73 struct cbq_class *next_alive; /* next class with backlog in this priority band */ argument95 struct cbq_class *split; /* Ptr to split node */ argument96 struct cbq_class *share; /* Ptr to LS parent in the class tree */ argument97 struct cbq_class *tparent; /* Ptr to tree parent in the class tree */ argument98 struct cbq_class *borrow; /* NULL if class is bandwidth limited; argument100 struct cbq_class *sibling; /* Sibling chain */ argument101 struct cbq_class *children; /* Pointer to children chain */ argument103 struct Qdisc *q; /* Elementary queueing discipline */129 struct cbq_class *defaults[TC_PRIO_MAX + 1]; argument
Completed in 8 milliseconds