Lines Matching defs:cl_common
112 struct Qdisc_class_common cl_common;
872 return container_of(clc, struct hfsc_class, cl_common);
965 cl->cl_parent->cl_common.classid != parentid)
1061 cl->cl_common.classid = classid;
1081 qdisc_class_hash_insert(&q->clhash, &cl->cl_common);
1121 qdisc_class_hash_remove(&q->clhash, &cl->cl_common);
1193 cl->cl_common.classid, NULL);
1312 tcm->tcm_parent = cl->cl_parent ? cl->cl_parent->cl_common.classid :
1314 tcm->tcm_handle = cl->cl_common.classid;
1366 cl_common.hnode) {
1422 q->root.cl_common.classid = sch->handle;
1434 qdisc_class_hash_insert(&q->clhash, &q->root.cl_common);
1496 hlist_for_each_entry(cl, &q->clhash.hash[i], cl_common.hnode)
1512 hlist_for_each_entry(cl, &q->clhash.hash[i], cl_common.hnode) {
1519 cl_common.hnode)