Searched refs:class_stats (Results 1 – 2 of 2) sorted by relevance
532 xstats.class_stats.deficit = flow->deficit; in fq_codel_dump_class_stats()533 xstats.class_stats.ldelay = in fq_codel_dump_class_stats()535 xstats.class_stats.count = flow->cvars.count; in fq_codel_dump_class_stats()536 xstats.class_stats.lastcount = flow->cvars.lastcount; in fq_codel_dump_class_stats()537 xstats.class_stats.dropping = flow->cvars.dropping; in fq_codel_dump_class_stats()542 xstats.class_stats.drop_next = (delta >= 0) ? in fq_codel_dump_class_stats()
750 struct tc_fq_codel_cl_stats class_stats; member