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

/linux-4.4.14/net/sched/
H A Dsch_hfsc.c921 hfsc_find_class(u32 classid, struct Qdisc *sch) hfsc_find_class() function
1052 parent = hfsc_find_class(parentid, sch); hfsc_change_class()
1059 if (hfsc_find_class(classid, sch)) hfsc_change_class()
1162 (cl = hfsc_find_class(skb->priority, sch)) != NULL) hfsc_classify()
1181 cl = hfsc_find_class(res.classid, sch); hfsc_classify()
1197 cl = hfsc_find_class(TC_H_MAKE(TC_H_MAJ(sch->handle), q->defcls), sch); hfsc_classify()
1248 struct hfsc_class *cl = hfsc_find_class(classid, sch); hfsc_get_class()
1269 struct hfsc_class *cl = hfsc_find_class(classid, sch); hfsc_bind_tcf()

Completed in 126 milliseconds