tc_fifo_qopt 58 net/sched/sch_fifo.c struct tc_fifo_qopt *ctl = nla_data(opt); tc_fifo_qopt 72 net/sched/sch_fifo.c struct tc_fifo_qopt opt = { .limit = q->limit }; tc_fifo_qopt 121 net/sched/sch_fifo.c nla = kmalloc(nla_attr_size(sizeof(struct tc_fifo_qopt)), GFP_KERNEL); tc_fifo_qopt 124 net/sched/sch_fifo.c nla->nla_len = nla_attr_size(sizeof(struct tc_fifo_qopt)); tc_fifo_qopt 125 net/sched/sch_fifo.c ((struct tc_fifo_qopt *)nla_data(nla))->limit = limit; tc_fifo_qopt 515 net/sched/sch_netem.c struct tc_fifo_qopt *ctl = nla_data(opt); tc_fifo_qopt 530 net/sched/sch_netem.c struct tc_fifo_qopt opt = { .limit = q->limit };