Searched refs:tc_fifo_qopt (Results 1 – 2 of 2) sorted by relevance
72 struct tc_fifo_qopt *ctl = nla_data(opt); in fifo_init()94 struct tc_fifo_qopt opt = { .limit = sch->limit }; in fifo_dump()155 nla = kmalloc(nla_attr_size(sizeof(struct tc_fifo_qopt)), GFP_KERNEL); in fifo_set_limit()158 nla->nla_len = nla_attr_size(sizeof(struct tc_fifo_qopt)); in fifo_set_limit()159 ((struct tc_fifo_qopt *)nla_data(nla))->limit = limit; in fifo_set_limit()
123 struct tc_fifo_qopt { struct