tc_fifo_qopt 68 net/sched/sch_fifo.c struct tc_fifo_qopt *ctl = nla_data(opt); tc_fifo_qopt 90 net/sched/sch_fifo.c struct tc_fifo_qopt opt = { .limit = sch->limit }; tc_fifo_qopt 151 net/sched/sch_fifo.c nla = kmalloc(nla_attr_size(sizeof(struct tc_fifo_qopt)), GFP_KERNEL); tc_fifo_qopt 154 net/sched/sch_fifo.c nla->nla_len = nla_attr_size(sizeof(struct tc_fifo_qopt)); tc_fifo_qopt 155 net/sched/sch_fifo.c ((struct tc_fifo_qopt *)nla_data(nla))->limit = limit;