Home
last modified time | relevance | path

Searched refs:fifo_create_dflt (Results 1 – 4 of 4) sorted by relevance

/net/sched/
Dsch_fifo.c167 struct Qdisc *fifo_create_dflt(struct Qdisc *sch, struct Qdisc_ops *ops, in fifo_create_dflt() function
184 EXPORT_SYMBOL(fifo_create_dflt);
Dsch_red.c191 child = fifo_create_dflt(sch, &bfifo_qdisc_ops, ctl->limit); in red_change()
Dsch_tbf.c376 child = fifo_create_dflt(sch, &bfifo_qdisc_ops, qopt->limit); in tbf_change()
Dsch_sfb.c515 child = fifo_create_dflt(sch, &pfifo_qdisc_ops, limit); in sfb_change()