Searched refs:TCA_RED_PARMS (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dq_red.c154 addattr_l(n, 1024, TCA_RED_PARMS, &opt, sizeof(opt));
173 if (tb[TCA_RED_PARMS] == NULL)
175 qopt = RTA_DATA(tb[TCA_RED_PARMS]);
176 if (RTA_PAYLOAD(tb[TCA_RED_PARMS]) < sizeof(*qopt))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dsch_red.c169 [TCA_RED_PARMS] = { .len = sizeof(struct tc_red_qopt) },
188 if (tb[TCA_RED_PARMS] == NULL ||
192 ctl = nla_data(tb[TCA_RED_PARMS]);
245 NLA_PUT(skb, TCA_RED_PARMS, sizeof(opt), &opt);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/linux/
H A Dpkt_sched.h155 TCA_RED_PARMS, enumerator in enum:__anon1119
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpkt_sched.h182 TCA_RED_PARMS, enumerator in enum:__anon18012

Completed in 106 milliseconds