Home
last modified time | relevance | path

Searched refs:hfsc_find_class (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_hfsc.c864 hfsc_find_class(u32 classid, struct Qdisc *sch) in hfsc_find_class() function
1011 parent = hfsc_find_class(parentid, sch); in hfsc_change_class()
1018 if (hfsc_find_class(classid, sch)) in hfsc_change_class()
1125 (cl = hfsc_find_class(skb->priority, sch)) != NULL) in hfsc_classify()
1146 cl = hfsc_find_class(res.classid, sch); in hfsc_classify()
1162 cl = hfsc_find_class(TC_H_MAKE(TC_H_MAJ(sch->handle), q->defcls), sch); in hfsc_classify()
1215 return (unsigned long)hfsc_find_class(classid, sch); in hfsc_search_class()
1222 struct hfsc_class *cl = hfsc_find_class(classid, sch); in hfsc_bind_tcf()