Lines Matching refs:cl_common
112 struct Qdisc_class_common cl_common; member
929 return container_of(clc, struct hfsc_class, cl_common); in hfsc_find_class()
1010 cl->cl_parent->cl_common.classid != parentid) in hfsc_change_class()
1086 cl->cl_common.classid = classid; in hfsc_change_class()
1099 qdisc_class_hash_insert(&q->clhash, &cl->cl_common); in hfsc_change_class()
1140 qdisc_class_hash_remove(&q->clhash, &cl->cl_common); in hfsc_delete_class()
1214 cl->cl_common.classid); in hfsc_graft_class()
1345 tcm->tcm_parent = cl->cl_parent ? cl->cl_parent->cl_common.classid : in hfsc_dump_class()
1347 tcm->tcm_handle = cl->cl_common.classid; in hfsc_dump_class()
1398 cl_common.hnode) { in hfsc_walk()
1448 q->root.cl_common.classid = sch->handle; in hfsc_init_qdisc()
1459 qdisc_class_hash_insert(&q->clhash, &q->root.cl_common); in hfsc_init_qdisc()
1526 hlist_for_each_entry(cl, &q->clhash.hash[i], cl_common.hnode) in hfsc_reset_qdisc()
1544 hlist_for_each_entry(cl, &q->clhash.hash[i], cl_common.hnode) in hfsc_destroy_qdisc()
1549 cl_common.hnode) in hfsc_destroy_qdisc()
1567 hlist_for_each_entry(cl, &q->clhash.hash[i], cl_common.hnode) in hfsc_dump_qdisc()