Searched refs:class_stats (Results 1 – 2 of 2) sorted by relevance
698 xstats.class_stats.deficit = READ_ONCE(flow->deficit); in fq_codel_walk() 699 xstats.class_stats.ldelay = in fq_codel_walk() 701 xstats.class_stats.count = READ_ONCE(flow->cvars.count); in fq_codel_walk() 702 xstats.class_stats.lastcount = READ_ONCE(flow->cvars.lastcount); in fq_codel_walk() 703 xstats.class_stats.dropping = READ_ONCE(flow->cvars.dropping); in fq_codel_walk() 704 if (xstats.class_stats.dropping) { in fq_codel_walk() 708 xstats.class_stats.drop_next = (delta >= 0) ? in fq_codel_walk()
755 struct tc_fq_codel_cl_stats class_stats; member