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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/tc/
H A Dq_netem.c252 addattr_l(n, 1024, TCA_NETEM_CORR, &cor, sizeof(cor));
285 if (tb[TCA_NETEM_CORR]) {
286 if (RTA_PAYLOAD(tb[TCA_NETEM_CORR]) < sizeof(*cor))
288 cor = RTA_DATA(tb[TCA_NETEM_CORR]);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/sched/
H A Dsch_netem.c449 if (tb[TCA_NETEM_CORR-1]) {
450 ret = get_correlation(sch, tb[TCA_NETEM_CORR-1]);
617 RTA_PUT(skb, TCA_NETEM_CORR, sizeof(cor), &cor);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dpkt_sched.h429 TCA_NETEM_CORR, enumerator in enum:__anon10211
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/include/linux/
H A Dpkt_sched.h431 TCA_NETEM_CORR, enumerator in enum:__anon242

Completed in 140 milliseconds