Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sched/
Dsch_drr.c476 .qlen_notify = drr_qlen_notify,
Dsch_ets.c801 .qlen_notify = ets_class_qlen_notify,
Dsch_api.c807 if (notify && cops->qlen_notify) { in qdisc_tree_reduce_backlog()
809 cops->qlen_notify(sch, cl); in qdisc_tree_reduce_backlog()
Dsch_qfq.c1493 .qlen_notify = qfq_qlen_notify,
Dsch_hfsc.c1651 .qlen_notify = hfsc_qlen_notify,
Dsch_htb.c1562 .qlen_notify = htb_qlen_notify,
Dsch_cbq.c1778 .qlen_notify = cbq_qlen_notify,
/kernel/linux/linux-5.10/include/net/
Dsch_generic.h251 void (*qlen_notify)(struct Qdisc *, unsigned long); member