Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/sched/
Dsch_fifo.c150 struct tc_fifo_qopt *ctl = RTA_DATA(opt); in fifo_init()
162 struct tc_fifo_qopt opt; in fifo_dump()
Dsch_tbf.c282 rta = kmalloc(RTA_LENGTH(sizeof(struct tc_fifo_qopt)), GFP_KERNEL); in tbf_create_dflt_qdisc()
285 rta->rta_len = RTA_LENGTH(sizeof(struct tc_fifo_qopt)); in tbf_create_dflt_qdisc()
286 ((struct tc_fifo_qopt *)RTA_DATA(rta))->limit = limit; in tbf_create_dflt_qdisc()
Dsch_netem.c312 rta = kmalloc(RTA_LENGTH(sizeof(struct tc_fifo_qopt)), GFP_KERNEL); in set_fifo_limit()
315 rta->rta_len = RTA_LENGTH(sizeof(struct tc_fifo_qopt)); in set_fifo_limit()
316 ((struct tc_fifo_qopt *)RTA_DATA(rta))->limit = limit; in set_fifo_limit()
/linux-2.4.37.9/include/linux/
Dpkt_sched.h91 struct tc_fifo_qopt struct