Lines Matching refs:xstats
626 struct tc_fq_codel_xstats xstats;
632 memset(&xstats, 0, sizeof(xstats));
633 xstats.type = TCA_FQ_CODEL_XSTATS_CLASS;
634 xstats.class_stats.deficit = flow->deficit;
635 xstats.class_stats.ldelay =
637 xstats.class_stats.count = flow->cvars.count;
638 xstats.class_stats.lastcount = flow->cvars.lastcount;
639 xstats.class_stats.dropping = flow->cvars.dropping;
644 xstats.class_stats.drop_next = (delta >= 0) ?
663 return gnet_stats_copy_app(d, &xstats, sizeof(xstats));