Searched refs:fifo_create_dflt (Results 1 – 5 of 5) sorted by relevance
| /linux/net/sched/ |
| A D | sch_fifo.c | 253 struct Qdisc *fifo_create_dflt(struct Qdisc *sch, struct Qdisc_ops *ops, in fifo_create_dflt() function 272 EXPORT_SYMBOL(fifo_create_dflt);
|
| A D | sch_tbf.c | 436 child = fifo_create_dflt(sch, &bfifo_qdisc_ops, qopt->limit, in tbf_change()
|
| A D | sch_red.c | 266 child = fifo_create_dflt(sch, &bfifo_qdisc_ops, ctl->limit, in __red_change()
|
| A D | sch_sfb.c | 516 child = fifo_create_dflt(sch, &pfifo_qdisc_ops, limit, extack); in sfb_change()
|
| /linux/include/net/ |
| A D | pkt_sched.h | 97 struct Qdisc *fifo_create_dflt(struct Qdisc *sch, struct Qdisc_ops *ops,
|
Completed in 11 milliseconds