Home
last modified time | relevance | path

Searched refs:children (Results 1 – 4 of 4) sorted by relevance

/net/sched/
Dsch_cbq.c101 struct cbq_class *children; /* Pointer to children chain */ member
873 cl = this->children; in cbq_adjust_levels()
878 } while ((cl = cl->sibling) != this->children); in cbq_adjust_levels()
996 if (this->tparent->children == this) { in cbq_unlink_class()
997 this->tparent->children = this->sibling; in cbq_unlink_class()
999 this->tparent->children = NULL; in cbq_unlink_class()
1017 if (parent->children == NULL) { in cbq_link_class()
1018 parent->children = this; in cbq_link_class()
1020 this->sibling = parent->children->sibling; in cbq_link_class()
1021 parent->children->sibling = this; in cbq_link_class()
[all …]
Dsch_htb.c108 unsigned int children; member
1181 if (cl->parent->children > 1) in htb_parent_last_child()
1260 if (cl->children || cl->filter_cnt) in htb_delete()
1278 cl->parent->children--; in htb_delete()
1389 cl->children = 0; in htb_change_class()
1434 parent->children++; in htb_change_class()
Dsch_hfsc.c125 struct list_head children; /* child classes */ member
855 list_for_each_entry(p, &cl->children, siblings) { in hfsc_adjust_levels()
1062 INIT_LIST_HEAD(&cl->children); in hfsc_change_class()
1068 list_add_tail(&cl->siblings, &parent->children); in hfsc_change_class()
1416 INIT_LIST_HEAD(&q->root.children); in hfsc_init_qdisc()
/net/ipv6/
Dip6_fib.c1708 int children; in fib6_repair_tree() local
1744 children = 0; in fib6_repair_tree()
1747 child = fn_r, children |= 1; in fib6_repair_tree()
1749 child = fn_l, children |= 2; in fib6_repair_tree()
1751 if (children == 3 || FIB6_SUBTREE(fn) in fib6_repair_tree()
1754 || (children && fn->fn_flags & RTN_ROOT) in fib6_repair_tree()
1803 if (children&2) { in fib6_repair_tree()