class_stats       864 include/uapi/linux/pkt_sched.h 		struct tc_fq_codel_cl_stats class_stats;
class_stats       629 net/sched/sch_fq_codel.c 		xstats.class_stats.deficit = flow->deficit;
class_stats       630 net/sched/sch_fq_codel.c 		xstats.class_stats.ldelay =
class_stats       632 net/sched/sch_fq_codel.c 		xstats.class_stats.count = flow->cvars.count;
class_stats       633 net/sched/sch_fq_codel.c 		xstats.class_stats.lastcount = flow->cvars.lastcount;
class_stats       634 net/sched/sch_fq_codel.c 		xstats.class_stats.dropping = flow->cvars.dropping;
class_stats       639 net/sched/sch_fq_codel.c 			xstats.class_stats.drop_next = (delta >= 0) ?
class_stats       863 tools/include/uapi/linux/pkt_sched.h 		struct tc_fq_codel_cl_stats class_stats;