Searched refs:tc_fifo_qopt (Results 1 – 4 of 4) sorted by relevance
150 struct tc_fifo_qopt *ctl = RTA_DATA(opt); in fifo_init()162 struct tc_fifo_qopt opt; in fifo_dump()
282 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()
312 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()
91 struct tc_fifo_qopt struct