Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_fifo.c256 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 Dsch_tbf.c443 child = fifo_create_dflt(sch, &bfifo_qdisc_ops, qopt->limit, in tbf_change()
H A Dsch_red.c268 child = fifo_create_dflt(sch, &bfifo_qdisc_ops, ctl->limit, in __red_change()
/linux/include/net/
H A Dpkt_sched.h91 struct Qdisc *fifo_create_dflt(struct Qdisc *sch, struct Qdisc_ops *ops,