Lines Matching defs:cl_common
112 struct Qdisc_class_common cl_common;
871 return container_of(clc, struct hfsc_class, cl_common);
964 cl->cl_parent->cl_common.classid != parentid)
1058 cl->cl_common.classid = classid;
1078 qdisc_class_hash_insert(&q->clhash, &cl->cl_common);
1110 if (cl->level > 0 || qdisc_class_in_use(&cl->cl_common) ||
1122 qdisc_class_hash_remove(&q->clhash, &cl->cl_common);
1194 cl->cl_common.classid, NULL);
1242 qdisc_class_get(&cl->cl_common);
1253 qdisc_class_put(&cl->cl_common);
1313 tcm->tcm_parent = cl->cl_parent ? cl->cl_parent->cl_common.classid :
1315 tcm->tcm_handle = cl->cl_common.classid;
1367 cl_common.hnode) {
1417 q->root.cl_common.classid = sch->handle;
1429 qdisc_class_hash_insert(&q->clhash, &q->root.cl_common);
1491 hlist_for_each_entry(cl, &q->clhash.hash[i], cl_common.hnode)
1507 hlist_for_each_entry(cl, &q->clhash.hash[i], cl_common.hnode) {
1514 cl_common.hnode)