Home
last modified time | relevance | path

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

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