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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dq_hfsc.c216 addattr_l(n, 1024, TCA_HFSC_USC, &usc, sizeof(usc));
256 if (tb[TCA_HFSC_USC]) {
257 if (RTA_PAYLOAD(tb[TCA_HFSC_USC]) < sizeof(*usc))
260 usc = RTA_DATA(tb[TCA_HFSC_USC]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/linux/
H A Dpkt_sched.h304 TCA_HFSC_USC, enumerator in enum:__anon1122
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpkt_sched.h315 TCA_HFSC_USC, enumerator in enum:__anon18015
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dsch_hfsc.c950 [TCA_HFSC_USC] = { .len = sizeof(struct tc_service_curve) },
985 if (tb[TCA_HFSC_USC]) {
986 usc = nla_data(tb[TCA_HFSC_USC]);
1312 (hfsc_dump_sc(skb, TCA_HFSC_USC, &cl->cl_usc) < 0))

Completed in 60 milliseconds