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

/net/sched/
H A Dsch_drr.c45 struct Qdisc_class_common *clc; local
47 clc = qdisc_class_find(&q->clhash, classid);
48 if (clc == NULL)
50 return container_of(clc, struct drr_class, common);
H A Dsch_qfq.c213 struct Qdisc_class_common *clc; local
215 clc = qdisc_class_find(&q->clhash, classid);
216 if (clc == NULL)
218 return container_of(clc, struct qfq_class, common);
H A Dsch_cbq.c180 struct Qdisc_class_common *clc; local
182 clc = qdisc_class_find(&q->clhash, classid);
183 if (clc == NULL)
185 return container_of(clc, struct cbq_class, common);
H A Dsch_hfsc.c923 struct Qdisc_class_common *clc; local
925 clc = qdisc_class_find(&q->clhash, classid);
926 if (clc == NULL)
928 return container_of(clc, struct hfsc_class, cl_common);
H A Dsch_htb.c184 struct Qdisc_class_common *clc; local
186 clc = qdisc_class_find(&q->clhash, handle);
187 if (clc == NULL)
189 return container_of(clc, struct htb_class, common);

Completed in 63 milliseconds