Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_hfsc.c855 hfsc_find_class(u32 classid, struct Qdisc *sch) in hfsc_find_class() function
1015 parent = hfsc_find_class(parentid, sch); in hfsc_change_class()
1022 if (hfsc_find_class(classid, sch)) in hfsc_change_class()
1139 (cl = hfsc_find_class(skb->priority, sch)) != NULL) in hfsc_classify()
1160 cl = hfsc_find_class(res.classid, sch); in hfsc_classify()
1176 cl = hfsc_find_class(TC_H_MAKE(TC_H_MAJ(sch->handle), in hfsc_classify()
1231 return (unsigned long)hfsc_find_class(classid, sch); in hfsc_search_class()
1238 struct hfsc_class *cl = hfsc_find_class(classid, sch); in hfsc_bind_tcf()