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

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dsch_netem.c374 [TCA_NETEM_CORR] = { .len = sizeof(struct tc_netem_corr) },
429 if (tb[TCA_NETEM_CORR])
430 get_correlation(sch, tb[TCA_NETEM_CORR]);
587 NLA_PUT(skb, TCA_NETEM_CORR, sizeof(cor), &cor);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/linux/
H A Dpkt_sched.h431 TCA_NETEM_CORR, enumerator in enum:__anon1126
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpkt_sched.h434 TCA_NETEM_CORR, enumerator in enum:__anon18019

Completed in 77 milliseconds