Searched refs:qdisc_replace (Results 1 – 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/net/sched/ |
D | sch_multiq.c | 290 *old = qdisc_replace(sch, new, &q->queues[band]); in multiq_graft()
|
D | sch_prio.c | 304 *old = qdisc_replace(sch, new, &q->queues[band]); in prio_graft()
|
D | sch_cbs.c | 503 *old = qdisc_replace(sch, new, &q->qdisc); in cbs_graft()
|
D | sch_dsmark.c | 80 *old = qdisc_replace(sch, new, &p->q); in dsmark_graft()
|
D | sch_drr.c | 217 *old = qdisc_replace(sch, new, &cl->qdisc); in drr_graft_class()
|
D | sch_tbf.c | 549 *old = qdisc_replace(sch, new, &q->qdisc); in tbf_graft()
|
D | sch_red.c | 505 *old = qdisc_replace(sch, new, &q->qdisc); in red_graft()
|
D | sch_sfb.c | 628 *old = qdisc_replace(sch, new, &q->qdisc); in sfb_graft()
|
D | sch_ets.c | 262 *old = qdisc_replace(sch, new, &cl->qdisc); in ets_class_graft()
|
D | sch_netem.c | 1239 *old = qdisc_replace(sch, new, &q->qdisc); in netem_graft()
|
D | sch_qfq.c | 597 *old = qdisc_replace(sch, new, &cl->qdisc); in qfq_graft_class()
|
D | sch_hfsc.c | 1184 *old = qdisc_replace(sch, new, &cl->qdisc); in hfsc_graft_class()
|
D | sch_htb.c | 1159 *old = qdisc_replace(sch, new, &cl->leaf.q); in htb_graft()
|
D | sch_cbq.c | 1408 *old = qdisc_replace(sch, new, &cl->q); in cbq_graft()
|
/kernel/linux/linux-5.10/include/net/ |
D | sch_generic.h | 1198 static inline struct Qdisc *qdisc_replace(struct Qdisc *sch, struct Qdisc *new, in qdisc_replace() function
|