Searched refs:fifo_create_dflt (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_fifo.c | 252 struct Qdisc *fifo_create_dflt(struct Qdisc *sch, struct Qdisc_ops *ops, in fifo_create_dflt() function 271 EXPORT_SYMBOL(fifo_create_dflt); variable
|
H A D | sch_sfb.c | 516 child = fifo_create_dflt(sch, &pfifo_qdisc_ops, limit, extack); in sfb_change()
|
H A D | sch_tbf.c | 421 child = fifo_create_dflt(sch, &bfifo_qdisc_ops, qopt->limit, in tbf_change()
|
H A D | sch_red.c | 266 child = fifo_create_dflt(sch, &bfifo_qdisc_ops, ctl->limit, in __red_change()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_fifo.c | 252 struct Qdisc *fifo_create_dflt(struct Qdisc *sch, struct Qdisc_ops *ops, in fifo_create_dflt() function 271 EXPORT_SYMBOL(fifo_create_dflt); variable
|
H A D | sch_tbf.c | 436 child = fifo_create_dflt(sch, &bfifo_qdisc_ops, qopt->limit, in tbf_change()
|
H A D | sch_sfb.c | 516 child = fifo_create_dflt(sch, &pfifo_qdisc_ops, limit, extack); in sfb_change()
|
H A D | sch_red.c | 266 child = fifo_create_dflt(sch, &bfifo_qdisc_ops, ctl->limit, in __red_change()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | pkt_sched.h | 99 struct Qdisc *fifo_create_dflt(struct Qdisc *sch, struct Qdisc_ops *ops,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | pkt_sched.h | 97 struct Qdisc *fifo_create_dflt(struct Qdisc *sch, struct Qdisc_ops *ops,
|
Completed in 8 milliseconds