Searched defs:htb_class (Results 1 – 1 of 1) sorted by relevance
75 struct htb_class { struct87 struct htb_class *parent; /* parent class */ argument93 struct htb_class_leaf { argument108 } un;109 struct rb_node node[TC_HTB_NUMPRIO]; /* node for self or feed tree */110 struct rb_node pq_node; /* node for event queue */111 psched_time_t pq_key;113 int prio_activity; /* for which prios are we active */114 enum htb_cmode cmode; /* current mode of the class */117 struct tcf_proto *filter_list;[all …]