Searched refs:bfifo_qdisc_ops (Results 1 - 4 of 4) sorted by relevance

/net/sched/
H A Dsch_fifo.c54 bool is_bfifo = sch->ops == &bfifo_qdisc_ops;
111 struct Qdisc_ops bfifo_qdisc_ops __read_mostly = {
124 EXPORT_SYMBOL(bfifo_qdisc_ops); variable
H A Dsch_red.c204 child = fifo_create_dflt(sch, &bfifo_qdisc_ops, ctl->limit);
H A Dsch_tbf.c393 child = fifo_create_dflt(sch, &bfifo_qdisc_ops, qopt->limit);
H A Dsch_api.c1950 register_qdisc(&bfifo_qdisc_ops);

Completed in 238 milliseconds