Home
last modified time | relevance | path

Searched refs:class_stats (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/net/sched/
Dsch_fq_codel.c570 xstats.class_stats.deficit = flow->deficit; in fq_codel_dump_class_stats()
571 xstats.class_stats.ldelay = in fq_codel_dump_class_stats()
573 xstats.class_stats.count = flow->cvars.count; in fq_codel_dump_class_stats()
574 xstats.class_stats.lastcount = flow->cvars.lastcount; in fq_codel_dump_class_stats()
575 xstats.class_stats.dropping = flow->cvars.dropping; in fq_codel_dump_class_stats()
580 xstats.class_stats.drop_next = (delta >= 0) ? in fq_codel_dump_class_stats()
/linux-4.4.14/include/uapi/linux/
Dpkt_sched.h755 struct tc_fq_codel_cl_stats class_stats; member