Lines Matching refs:classid
84 * first child again. Here we store classid of the
212 * We allow direct class selection by classid in priority. The we examine
214 * node). If we end up with classid MAJOR:0 we enqueue the skb into special
228 /* allow to select class by setting skb->priority to valid classid;
259 if (res.classid == sch->handle)
261 cl = htb_find(res.classid, sch);
263 break; /* filter selected invalid classid */
284 * Routine adds class to the list (actually tree) sorted by classid.
297 if (cl->common.classid > c->common.classid)
480 * classid
482 p->inner.clprio[prio].last_ptr_id = cl->common.classid;
795 if (id > cl->common.classid) {
797 } else if (id < cl->common.classid) {
1145 .classid = TC_H_MIN(q->defcls),
1259 tcm->tcm_parent = cl->parent ? cl->parent->common.classid : TC_H_ROOT;
1260 tcm->tcm_handle = cl->common.classid;
1381 .classid = TC_H_MIN(tcm->tcm_parent),
1465 cl->common.classid, extack);
1584 .classid = cl->common.classid,
1599 if (!err && offload_opt.classid != TC_H_MIN(cl->common.classid)) {
1600 u32 classid = TC_H_MAJ(sch->handle) |
1601 TC_H_MIN(offload_opt.classid);
1602 struct htb_class *moved_cl = htb_find(classid, sch);
1734 cl->parent->common.classid,
1769 static int htb_change_class(struct Qdisc *sch, u32 classid,
1847 /* check for valid classid */
1848 if (!classid || TC_H_MAJ(classid ^ sch->handle) ||
1849 htb_find(classid, sch))
1886 cl->common.classid = classid;
1900 /* Assign a dev_queue to this classid. */
1903 .classid = cl->common.classid,
1905 TC_H_MIN(parent->common.classid) :
1926 .classid = cl->common.classid,
1928 TC_H_MIN(parent->common.classid),
1948 classid, NULL);
2015 .classid = cl->common.classid,
2071 cl->common.classid, (warn == -1 ? "small" : "big"));
2097 u32 classid)
2099 struct htb_class *cl = htb_find(classid, sch);