Symbol: qdisc_create_dflt
include/net/sch_generic.h
796
struct Qdisc *qdisc_create_dflt(struct netdev_queue *dev_queue,
net/sched/sch_cbs.c
426
q->qdisc = qdisc_create_dflt(sch->dev_queue, &pfifo_qdisc_ops,
net/sched/sch_cbs.c
512
new = qdisc_create_dflt(sch->dev_queue, &pfifo_qdisc_ops,
net/sched/sch_drr.c
114
cl->qdisc = qdisc_create_dflt(sch->dev_queue,
net/sched/sch_drr.c
215
new = qdisc_create_dflt(sch->dev_queue, &pfifo_qdisc_ops,
net/sched/sch_dualpi2.c
980
q->l_queue = qdisc_create_dflt(sch->dev_queue, &pfifo_qdisc_ops,
net/sched/sch_ets.c
263
new = qdisc_create_dflt(sch->dev_queue, &pfifo_qdisc_ops,
net/sched/sch_ets.c
644
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
1068
EXPORT_SYMBOL(qdisc_create_dflt);
net/sched/sch_generic.c
1219
qdisc = qdisc_create_dflt(dev_queue, ops, TC_H_ROOT, NULL);
net/sched/sch_generic.c
1242
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
1126
qdisc = qdisc_create_dflt(dev_queue, &pfifo_qdisc_ops,
net/sched/sch_htb.c
1462
new = qdisc_create_dflt(dev_queue, &pfifo_qdisc_ops,
net/sched/sch_htb.c
1730
new_q = qdisc_create_dflt(dev_queue, &pfifo_qdisc_ops,
net/sched/sch_htb.c
1940
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
2109
qdisc = qdisc_create_dflt(dev_queue,