Home
last modified time | relevance | path

Searched defs:tc_pie_xstats (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dpkt_sched.h987 struct tc_pie_xstats { struct
988 __u64 prob; /* current probability */
989 __u32 delay; /* current delay in ms */
990 __u32 avg_dq_rate; /* current average dq_rate in
993 __u32 dq_rate_estimating; /* is avg_dq_rate being calculated? */
994 __u32 packets_in; /* total number of packets enqueued */
995 __u32 dropped; /* packets dropped due to pie_action */
996 __u32 overlimit; /* dropped due to lack of space
999 __u32 maxq; /* maximum queue size */
1000 __u32 ecn_mark; /* packets marked with ecn*/
/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.h926 struct tc_pie_xstats { struct
927 __u32 prob; /* current probability */
928 __u32 delay; /* current delay in ms */
929 __u32 avg_dq_rate; /* current average dq_rate in bits/pie_time */
930 __u32 packets_in; /* total number of packets enqueued */
931 __u32 dropped; /* packets dropped due to pie_action */
932 __u32 overlimit; /* dropped due to lack of space in queue */
933 __u32 maxq; /* maximum queue size */
934 __u32 ecn_mark; /* packets marked with ecn*/
/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.h926 struct tc_pie_xstats { struct
927 __u32 prob; /* current probability */
928 __u32 delay; /* current delay in ms */
929 __u32 avg_dq_rate; /* current average dq_rate in bits/pie_time */
930 __u32 packets_in; /* total number of packets enqueued */
931 __u32 dropped; /* packets dropped due to pie_action */
932 __u32 overlimit; /* dropped due to lack of space in queue */
933 __u32 maxq; /* maximum queue size */
934 __u32 ecn_mark; /* packets marked with ecn*/
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dpkt_sched.h956 struct tc_pie_xstats { struct
957 __u32 prob; /* current probability */
958 __u32 delay; /* current delay in ms */
959 __u32 avg_dq_rate; /* current average dq_rate in bits/pie_time */
960 __u32 packets_in; /* total number of packets enqueued */
961 __u32 dropped; /* packets dropped due to pie_action */
962 __u32 overlimit; /* dropped due to lack of space in queue */
963 __u32 maxq; /* maximum queue size */
964 __u32 ecn_mark; /* packets marked with ecn*/