Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dsch_hfsc.c863 hfsc_find_class(u32 classid, struct Qdisc *sch) in hfsc_find_class() function
1018 parent = hfsc_find_class(parentid, sch); in hfsc_change_class()
1025 if (hfsc_find_class(classid, sch)) in hfsc_change_class()
1140 (cl = hfsc_find_class(skb->priority, sch)) != NULL) in hfsc_classify()
1161 cl = hfsc_find_class(res.classid, sch); in hfsc_classify()
1177 cl = hfsc_find_class(TC_H_MAKE(TC_H_MAJ(sch->handle), q->defcls), sch); in hfsc_classify()
1230 return (unsigned long)hfsc_find_class(classid, sch); in hfsc_search_class()
1237 struct hfsc_class *cl = hfsc_find_class(classid, sch); in hfsc_bind_tcf()