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()
739 if (id > cl->common.classid) { in htb_id_find_next_upper()
741 } else if (id < cl->common.classid) { in htb_id_find_next_upper()
1104 tcm->tcm_parent = cl->parent ? cl->parent->common.classid : TC_H_ROOT; in htb_dump_class()
1105 tcm->tcm_handle = cl->common.classid; in htb_dump_class()
1166 cl->common.classid)) == NULL) in htb_graft()
1187 static unsigned long htb_get(struct Qdisc *sch, u32 classid) in htb_get() argument
1189 struct htb_class *cl = htb_find(classid, sch); in htb_get()
1283 cl->parent->common.classid); in htb_delete()
1330 static int htb_change_class(struct Qdisc *sch, u32 classid, in htb_change_class() argument
1386 if (!classid || TC_H_MAJ(classid ^ sch->handle) || in htb_change_class()
1387 htb_find(classid, sch)) in htb_change_class()
1424 &pfifo_qdisc_ops, classid); in htb_change_class()
1449 cl->common.classid = classid; in htb_change_class()
1495 cl->common.classid); in htb_change_class()
1500 cl->common.classid); in htb_change_class()
1534 u32 classid) in htb_bind_filter() argument
1536 struct htb_class *cl = htb_find(classid, sch); in htb_bind_filter()