Searched refs:tc_fifo_qopt (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dq_fifo.c36 struct tc_fifo_qopt opt;
65 struct tc_fifo_qopt *qopt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dsch_fifo.c79 struct tc_fifo_qopt *ctl = nla_data(opt);
93 struct tc_fifo_qopt opt = { .limit = q->limit };
156 nla = kmalloc(nla_attr_size(sizeof(struct tc_fifo_qopt)), GFP_KERNEL);
159 nla->nla_len = nla_attr_size(sizeof(struct tc_fifo_qopt));
160 ((struct tc_fifo_qopt *)nla_data(nla))->limit = limit;
H A Dsch_netem.c494 struct tc_fifo_qopt *ctl = nla_data(opt);
509 struct tc_fifo_qopt opt = { .limit = q->limit };
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/linux/
H A Dpkt_sched.h88 struct tc_fifo_qopt struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpkt_sched.h109 struct tc_fifo_qopt { struct

Completed in 72 milliseconds