Lines Matching defs:xstats
652 struct tc_fq_codel_xstats xstats;
658 memset(&xstats, 0, sizeof(xstats));
659 xstats.type = TCA_FQ_CODEL_XSTATS_CLASS;
660 xstats.class_stats.deficit = flow->deficit;
661 xstats.class_stats.ldelay =
663 xstats.class_stats.count = flow->cvars.count;
664 xstats.class_stats.lastcount = flow->cvars.lastcount;
665 xstats.class_stats.dropping = flow->cvars.dropping;
670 xstats.class_stats.drop_next = (delta >= 0) ?
689 return gnet_stats_copy_app(d, &xstats, sizeof(xstats));