Lines Matching defs:common
95 struct Qdisc_class_common common;
188 return container_of(clc, struct htb_class, common);
284 if (cl->common.classid > c->common.classid)
455 p->inner.clprio[prio].last_ptr_id = cl->common.classid;
752 if (id > cl->common.classid) {
754 } else if (id < cl->common.classid) {
918 /* common case optimization - skip event handler quickly */
959 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) {
1085 tcm->tcm_parent = cl->parent ? cl->parent->common.classid : TC_H_ROOT;
1086 tcm->tcm_handle = cl->common.classid;
1157 cl->common.classid, extack)) == NULL)
1236 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) {
1243 common.hnode)
1266 cl->parent->common.classid,
1277 qdisc_class_hash_remove(&q->clhash, &cl->common);
1422 cl->common.classid = classid;
1433 qdisc_class_hash_insert(&q->clhash, &cl->common);
1489 cl->common.classid, (warn == -1 ? "small" : "big"));
1546 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) {