Lines Matching defs:classid
84 * first child again. Here we store classid of the
200 * We allow direct class selection by classid in priority. The we examine
202 * node). If we end up with classid MAJOR:0 we enqueue the skb into special
218 /* allow to select class by setting skb->priority to valid classid;
249 if (res.classid == sch->handle)
251 cl = htb_find(res.classid, sch);
253 break; /* filter selected invalid classid */
271 * Routine adds class to the list (actually tree) sorted by classid.
284 if (cl->common.classid > c->common.classid)
453 * 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) {
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)
1266 cl->parent->common.classid,
1297 static int htb_change_class(struct Qdisc *sch, u32 classid,
1357 /* check for valid classid */
1358 if (!classid || TC_H_MAJ(classid ^ sch->handle) ||
1359 htb_find(classid, sch))
1401 classid, NULL);
1422 cl->common.classid = classid;
1489 cl->common.classid, (warn == -1 ? "small" : "big"));
1510 u32 classid)
1512 struct htb_class *cl = htb_find(classid, sch);