Home
last modified time | relevance | path

Searched refs:tc_ratespec (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/include/net/tc_act/
H A Dtc_police.h39 struct tc_ratespec rate;
40 struct tc_ratespec peakrate;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dpkt_sched.h90 struct tc_ratespec { struct
183 struct tc_ratespec rate;
184 struct tc_ratespec peakrate;
363 struct tc_ratespec rate;
364 struct tc_ratespec ceil;
H A Dpkt_cls.h88 struct tc_ratespec rate;
89 struct tc_ratespec peakrate;
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dpkt_sched.h90 struct tc_ratespec { struct
183 struct tc_ratespec rate;
184 struct tc_ratespec peakrate;
390 struct tc_ratespec rate;
391 struct tc_ratespec ceil;
H A Dpkt_cls.h88 struct tc_ratespec rate;
89 struct tc_ratespec peakrate;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dpkt_sched.h90 struct tc_ratespec { struct
183 struct tc_ratespec rate;
184 struct tc_ratespec peakrate;
363 struct tc_ratespec rate;
364 struct tc_ratespec ceil;
H A Dpkt_cls.h88 struct tc_ratespec rate;
89 struct tc_ratespec peakrate;
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dpkt_sched.h91 struct tc_ratespec { struct
184 struct tc_ratespec rate;
185 struct tc_ratespec peakrate;
410 struct tc_ratespec rate;
411 struct tc_ratespec ceil;
H A Dpkt_cls.h156 struct tc_ratespec rate;
157 struct tc_ratespec peakrate;
/OK3568_Linux_fs/kernel/include/net/
H A Dpkt_sched.h112 struct qdisc_rate_table *qdisc_get_rtab(struct tc_ratespec *r,
H A Dsch_generic.h31 struct tc_ratespec rate;
1272 const struct tc_ratespec *conf,
1275 static inline void psched_ratecfg_getrate(struct tc_ratespec *res, in psched_ratecfg_getrate()
/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_api.c385 static __u8 __detect_linklayer(struct tc_ratespec *r, __u32 *rtab) in __detect_linklayer()
409 struct qdisc_rate_table *qdisc_get_rtab(struct tc_ratespec *r, in qdisc_get_rtab()
423 if (!memcmp(&rtab->rate, r, sizeof(struct tc_ratespec)) && in qdisc_get_rtab()
H A Dsch_cbq.c1124 [TCA_CBQ_RATE] = { .len = sizeof(struct tc_ratespec) },
1161 struct tc_ratespec *r; in cbq_init()
H A Dsch_generic.c1379 const struct tc_ratespec *conf, in psched_ratecfg_precompute()