Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_qfq.c130 struct qfq_class { struct
205 static bool cl_is_active(struct qfq_class *cl) in cl_is_active()
210 static struct qfq_class *qfq_find_class(struct Qdisc *sch, u32 classid) in qfq_find_class()
218 return container_of(clc, struct qfq_class, common); in qfq_find_class()
322 struct qfq_class *cl) in qfq_add_to_agg()
329 if (list_first_entry(&agg->active, struct qfq_class, alist) == in qfq_add_to_agg()
350 static void qfq_deactivate_class(struct qfq_sched *q, struct qfq_class *cl) in qfq_deactivate_class()
361 static void qfq_rm_from_agg(struct qfq_sched *q, struct qfq_class *cl) in qfq_rm_from_agg()
374 static void qfq_deact_rm_from_agg(struct qfq_sched *q, struct qfq_class *cl) in qfq_deact_rm_from_agg()
383 static int qfq_change_agg(struct Qdisc *sch, struct qfq_class *cl, u32 weight, in qfq_change_agg()
[all …]