Symbol: qdisc_create_dflt
include/net/sch_generic.h
778
struct Qdisc *qdisc_create_dflt(struct netdev_queue *dev_queue,
net/sched/sch_cbs.c
412
q->qdisc = qdisc_create_dflt(sch->dev_queue, &pfifo_qdisc_ops,
net/sched/sch_cbs.c
498
new = qdisc_create_dflt(sch->dev_queue, &pfifo_qdisc_ops,
net/sched/sch_drr.c
116
cl->qdisc = qdisc_create_dflt(sch->dev_queue,
net/sched/sch_drr.c
217
new = qdisc_create_dflt(sch->dev_queue, &pfifo_qdisc_ops,
net/sched/sch_dualpi2.c
920
q->l_queue = qdisc_create_dflt(sch->dev_queue, &pfifo_qdisc_ops,
net/sched/sch_ets.c
265
new = qdisc_create_dflt(sch->dev_queue, &pfifo_qdisc_ops,
net/sched/sch_ets.c
646
queues[i] = qdisc_create_dflt(sch->dev_queue, &pfifo_qdisc_ops,
net/sched/sch_fifo.c
263
q = qdisc_create_dflt(sch->dev_queue, ops, TC_H_MAKE(sch->handle, 1),
net/sched/sch_generic.c
1021
EXPORT_SYMBOL(qdisc_create_dflt);
net/sched/sch_generic.c
1172
qdisc = qdisc_create_dflt(dev_queue, ops, TC_H_ROOT, NULL);
net/sched/sch_generic.c
1195
qdisc = qdisc_create_dflt(txq, &mq_qdisc_ops, TC_H_ROOT, NULL);
net/sched/sch_hfsc.c
1060
cl->qdisc = qdisc_create_dflt(sch->dev_queue, &pfifo_qdisc_ops,
net/sched/sch_hfsc.c
1193
new = qdisc_create_dflt(sch->dev_queue, &pfifo_qdisc_ops,
net/sched/sch_hfsc.c
1420
q->root.qdisc = qdisc_create_dflt(sch->dev_queue, &pfifo_qdisc_ops,
net/sched/sch_htb.c
1124
qdisc = qdisc_create_dflt(dev_queue, &pfifo_qdisc_ops,
net/sched/sch_htb.c
1458
new = qdisc_create_dflt(dev_queue, &pfifo_qdisc_ops,
net/sched/sch_htb.c
1726
new_q = qdisc_create_dflt(dev_queue, &pfifo_qdisc_ops,
net/sched/sch_htb.c
1936
new_q = qdisc_create_dflt(dev_queue, &pfifo_qdisc_ops,
net/sched/sch_mq.c
91
qdisc = qdisc_create_dflt(dev_queue,
net/sched/sch_mqprio.c
397
qdisc = qdisc_create_dflt(dev_queue,
net/sched/sch_multiq.c
214
child = qdisc_create_dflt(sch->dev_queue,
net/sched/sch_prio.c
198
queues[i] = qdisc_create_dflt(sch->dev_queue, &pfifo_qdisc_ops,
net/sched/sch_prio.c
294
new = qdisc_create_dflt(sch->dev_queue, &pfifo_qdisc_ops,
net/sched/sch_qfq.c
488
cl->qdisc = qdisc_create_dflt(sch->dev_queue, &pfifo_qdisc_ops,
net/sched/sch_qfq.c
610
new = qdisc_create_dflt(sch->dev_queue, &pfifo_qdisc_ops,
net/sched/sch_taprio.c
2105
qdisc = qdisc_create_dflt(dev_queue,