Searched refs:cbq_class (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dsch_cbq.c43 struct cbq_class struct
45 struct cbq_class *next; /* hash table link */
46 struct cbq_class *next_alive; /* next class with backlog in this priority band */
68 void (*overlimit)(struct cbq_class *cl);
77 struct cbq_class *split; /* Ptr to split node */
78 struct cbq_class *share; /* Ptr to LS parent in the class tree */
79 struct cbq_class *tparent; /* Ptr to tree parent in the class tree */
80 struct cbq_class *borrow; /* NULL if class is bandwidth limited;
82 struct cbq_class *sibling; /* Sibling chain */
83 struct cbq_class *childre
[all...]

Completed in 30 milliseconds