Home
last modified time | relevance | path

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

/linux-4.1.27/net/sched/
Dsch_drr.c497 .qlen_notify = drr_qlen_notify,
Dsch_api.c771 if (cops->qlen_notify) { in qdisc_tree_decrease_qlen()
773 cops->qlen_notify(sch, cl); in qdisc_tree_decrease_qlen()
Dsch_qfq.c1555 .qlen_notify = qfq_qlen_notify,
Dsch_htb.c1591 .qlen_notify = htb_qlen_notify,
Dsch_hfsc.c1713 .qlen_notify = hfsc_qlen_notify,
Dsch_cbq.c2021 .qlen_notify = cbq_qlen_notify,
/linux-4.1.27/include/net/
Dsch_generic.h159 void (*qlen_notify)(struct Qdisc *, unsigned long); member