Searched refs:fifo_create_dflt (Results 1 – 4 of 4) sorted by relevance
| /linux/net/sched/ |
| H A D | sch_fifo.c | 256 struct Qdisc *fifo_create_dflt(struct Qdisc *sch, struct Qdisc_ops *ops, in fifo_create_dflt() function 275 EXPORT_SYMBOL(fifo_create_dflt);
|
| H A D | sch_tbf.c | 443 child = fifo_create_dflt(sch, &bfifo_qdisc_ops, qopt->limit, in tbf_change()
|
| H A D | sch_red.c | 275 child = fifo_create_dflt(sch, &bfifo_qdisc_ops, ctl->limit, in __red_change()
|
| H A D | sch_sfb.c | 528 child = fifo_create_dflt(sch, &pfifo_qdisc_ops, limit, extack); in sfb_change()
|