Home
last modified time | relevance | path

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

/net/sched/
Dsch_qfq.c129 struct qfq_class { struct
206 static struct qfq_class *qfq_find_class(struct Qdisc *sch, u32 classid) in qfq_find_class()
214 return container_of(clc, struct qfq_class, common); in qfq_find_class()
313 struct qfq_class *cl) in qfq_add_to_agg()
320 if (list_first_entry(&agg->active, struct qfq_class, alist) == in qfq_add_to_agg()
341 static void qfq_deactivate_class(struct qfq_sched *q, struct qfq_class *cl) in qfq_deactivate_class()
352 static void qfq_rm_from_agg(struct qfq_sched *q, struct qfq_class *cl) in qfq_rm_from_agg()
365 static void qfq_deact_rm_from_agg(struct qfq_sched *q, struct qfq_class *cl) in qfq_deact_rm_from_agg()
374 static int qfq_change_agg(struct Qdisc *sch, struct qfq_class *cl, u32 weight, in qfq_change_agg()
397 struct qfq_class *cl = (struct qfq_class *)*arg; in qfq_change_class()
[all …]