Lines Matching refs:classid
920 hfsc_find_class(u32 classid, struct Qdisc *sch) in hfsc_find_class() argument
925 clc = qdisc_class_find(&q->clhash, classid); in hfsc_find_class()
969 hfsc_change_class(struct Qdisc *sch, u32 classid, u32 parentid, in hfsc_change_class() argument
1009 cl->cl_parent->cl_common.classid != parentid) in hfsc_change_class()
1056 if (classid == 0 || TC_H_MAJ(classid ^ sch->handle) != 0) in hfsc_change_class()
1058 if (hfsc_find_class(classid, sch)) in hfsc_change_class()
1085 cl->cl_common.classid = classid; in hfsc_change_class()
1090 &pfifo_qdisc_ops, classid); in hfsc_change_class()
1180 cl = hfsc_find_class(res.classid, sch); in hfsc_classify()
1213 cl->cl_common.classid); in hfsc_graft_class()
1249 hfsc_get_class(struct Qdisc *sch, u32 classid) in hfsc_get_class() argument
1251 struct hfsc_class *cl = hfsc_find_class(classid, sch); in hfsc_get_class()
1269 hfsc_bind_tcf(struct Qdisc *sch, unsigned long parent, u32 classid) in hfsc_bind_tcf() argument
1272 struct hfsc_class *cl = hfsc_find_class(classid, sch); in hfsc_bind_tcf()
1348 tcm->tcm_parent = cl->cl_parent ? cl->cl_parent->cl_common.classid : in hfsc_dump_class()
1350 tcm->tcm_handle = cl->cl_common.classid; in hfsc_dump_class()
1451 q->root.cl_common.classid = sch->handle; in hfsc_init_qdisc()