Searched refs:hfsc_find_class (Results 1 – 1 of 1) sorted by relevance
990 hfsc_find_class(u32 classid, struct Qdisc *sch) in hfsc_find_class() function1112 parent = hfsc_find_class(parentid, sch); in hfsc_change_class()1119 if (hfsc_find_class(classid, sch)) in hfsc_change_class()1223 (cl = hfsc_find_class(skb->priority, sch)) != NULL) in hfsc_classify()1234 if ((cl = hfsc_find_class(res.classid, sch)) == NULL) in hfsc_classify()1246 cl = hfsc_find_class(TC_H_MAKE(TC_H_MAJ(sch->handle), q->defcls), sch); in hfsc_classify()1290 struct hfsc_class *cl = hfsc_find_class(classid, sch); in hfsc_get_class()1311 struct hfsc_class *cl = hfsc_find_class(classid, sch); in hfsc_bind_tcf()