Home
last modified time | relevance | path

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

/linux-4.4.14/net/sched/
Dsch_fifo.c163 struct Qdisc *fifo_create_dflt(struct Qdisc *sch, struct Qdisc_ops *ops, in fifo_create_dflt() function
180 EXPORT_SYMBOL(fifo_create_dflt);
Dsch_red.c204 child = fifo_create_dflt(sch, &bfifo_qdisc_ops, ctl->limit); in red_change()
Dsch_tbf.c395 child = fifo_create_dflt(sch, &bfifo_qdisc_ops, qopt->limit); in tbf_change()
Dsch_sfb.c507 child = fifo_create_dflt(sch, &pfifo_qdisc_ops, limit); in sfb_change()
/linux-4.4.14/include/net/
Dpkt_sched.h84 struct Qdisc *fifo_create_dflt(struct Qdisc *sch, struct Qdisc_ops *ops,