Searched refs:cvars (Results 1 – 1 of 1) sorted by relevance
50 struct codel_vars cvars; member229 flow = container_of(vars, struct fq_codel_flow, cvars); in dequeue()266 skb = codel_dequeue(sch, &q->cparams, &flow->cvars, &q->cstats, in fq_codel_dequeue()312 codel_vars_init(&flow->cvars); in fq_codel_reset()450 codel_vars_init(&flow->cvars); in fq_codel_init()572 codel_time_to_us(flow->cvars.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()576 if (flow->cvars.dropping) { in fq_codel_dump_class_stats()[all …]