Searched defs:cbq_class (Results 1 – 1 of 1) sorted by relevance
75 struct cbq_class { struct77 struct cbq_class *next_alive; /* next class with backlog in this priority band */ argument98 void (*overlimit)(struct cbq_class *cl); argument107 struct cbq_class *split; /* Ptr to split node */ argument108 struct cbq_class *share; /* Ptr to LS parent in the class tree */ argument109 struct cbq_class *tparent; /* Ptr to tree parent in the class tree */ argument110 struct cbq_class *borrow; /* NULL if class is bandwidth limited; argument112 struct cbq_class *sibling; /* Sibling chain */ argument113 struct cbq_class *children; /* Pointer to children chain */ argument115 struct Qdisc *q; /* Elementary queueing discipline */[all …]