Lines Matching defs:common
19 struct Qdisc_class_common common;
47 return container_of(clc, struct drr_class, common);
109 cl->common.classid = classid;
133 qdisc_class_hash_insert(&q->clhash, &cl->common);
160 qdisc_class_hash_remove(&q->clhash, &cl->common);
212 cl->common.classid, NULL);
242 tcm->tcm_handle = cl->common.classid;
288 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) {
440 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) {
459 common.hnode)