Lines Matching refs:classid
244 if (res.classid == sch->handle) in htb_classify()
246 cl = htb_find(res.classid, sch); in htb_classify()
279 if (cl->common.classid > c->common.classid) in htb_add_to_id_tree()
447 p->un.inner.clprio[prio].last_ptr_id = cl->common.classid; in htb_deactivate_prios()
738 if (id > cl->common.classid) { in htb_id_find_next_upper()
740 } else if (id < cl->common.classid) { in htb_id_find_next_upper()
1103 tcm->tcm_parent = cl->parent ? cl->parent->common.classid : TC_H_ROOT; in htb_dump_class()
1104 tcm->tcm_handle = cl->common.classid; in htb_dump_class()
1165 cl->common.classid)) == NULL) in htb_graft()
1193 static unsigned long htb_get(struct Qdisc *sch, u32 classid) in htb_get() argument
1195 struct htb_class *cl = htb_find(classid, sch); in htb_get()
1290 cl->parent->common.classid); in htb_delete()
1335 static int htb_change_class(struct Qdisc *sch, u32 classid, in htb_change_class() argument
1391 if (!classid || TC_H_MAJ(classid ^ sch->handle) || in htb_change_class()
1392 htb_find(classid, sch)) in htb_change_class()
1429 &pfifo_qdisc_ops, classid); in htb_change_class()
1453 cl->common.classid = classid; in htb_change_class()
1499 cl->common.classid); in htb_change_class()
1504 cl->common.classid); in htb_change_class()
1538 u32 classid) in htb_bind_filter() argument
1540 struct htb_class *cl = htb_find(classid, sch); in htb_bind_filter()