Searched refs:tparent (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.c79 struct cbq_class *tparent; /* Ptr to tree parent in the class tree */ member in struct:cbq_class
176 for (cl = this->tparent; cl; cl = cl->tparent)
792 if (cl->tparent == NULL)
1040 } while ((this = this->tparent) != NULL);
1114 for (split = cl->tparent; split; split = split->tparent)
1146 if (this->tparent) {
1157 if (this->tparent->children == this) {
1158 this->tparent
[all...]

Completed in 158 milliseconds