Lines Matching refs:parent
96 struct cbq_class *share; /* Ptr to LS parent in the class tree */
97 struct cbq_class *tparent; /* Ptr to tree parent in the class tree */
99 parent otherwise */
1009 struct cbq_class *parent = this->tparent;
1014 if (parent == NULL)
1017 if (parent->children == NULL) {
1018 parent->children = this;
1020 this->sibling = parent->children->sibling;
1021 parent->children->sibling = this;
1484 struct cbq_class *parent;
1497 /* Check parent */
1501 NL_SET_ERR_MSG(extack, "Invalid parent id");
1598 parent = &q->link;
1600 parent = cbq_class_lookup(q, parentid);
1602 if (!parent) {
1642 cl->tparent = parent;
1644 cl->allot = parent->allot;
1653 cbq_adjust_levels(parent);
1727 static unsigned long cbq_bind_filter(struct Qdisc *sch, unsigned long parent,
1731 struct cbq_class *p = (struct cbq_class *)parent;