Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_drr.c468 .qlen_notify = drr_qlen_notify,
H A Dsch_ets.c807 .qlen_notify = ets_class_qlen_notify,
H A Dsch_api.c818 if (notify && cops->qlen_notify) { in qdisc_tree_reduce_backlog()
819 /* Note that qlen_notify must be idempotent as it may get called in qdisc_tree_reduce_backlog()
823 cops->qlen_notify(sch, cl); in qdisc_tree_reduce_backlog()
H A Dsch_qfq.c1522 .qlen_notify = qfq_qlen_notify,
H A Dsch_hfsc.c1663 .qlen_notify = hfsc_qlen_notify,
H A Dsch_htb.c2134 .qlen_notify = htb_qlen_notify,
/linux/include/net/
H A Dsch_generic.h275 void (*qlen_notify)(struct Qdisc *, unsigned long); member