Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dsch_drr.c483 .qlen_notify = drr_qlen_notify,
Dsch_api.c784 if (notify && cops->qlen_notify) { in qdisc_tree_reduce_backlog()
786 cops->qlen_notify(sch, cl); in qdisc_tree_reduce_backlog()
Dsch_qfq.c1505 .qlen_notify = qfq_qlen_notify,
Dsch_hfsc.c1658 .qlen_notify = hfsc_qlen_notify,
Dsch_htb.c1584 .qlen_notify = htb_qlen_notify,
Dsch_cbq.c1768 .qlen_notify = cbq_qlen_notify,
/Linux-v4.19/include/net/
Dsch_generic.h169 void (*qlen_notify)(struct Qdisc *, unsigned long); member