Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dpkt_sched.h848 struct tc_pie_xstats { struct
849 __u32 prob; /* current probability */
850 __u32 delay; /* current delay in ms */
851 __u32 avg_dq_rate; /* current average dq_rate in bits/pie_time */
852 __u32 packets_in; /* total number of packets enqueued */
853 __u32 dropped; /* packets dropped due to pie_action */
854 __u32 overlimit; /* dropped due to lack of space in queue */
855 __u32 maxq; /* maximum queue size */
856 __u32 ecn_mark; /* packets marked with ecn*/
/linux/include/uapi/linux/
H A Dpkt_sched.h911 struct tc_pie_xstats { struct
912 __u64 prob; /* current probability */
913 __u32 delay; /* current delay in ms */
914 __u32 avg_dq_rate; /* current average dq_rate in
917 __u32 dq_rate_estimating; /* is avg_dq_rate being calculated? */
918 __u32 packets_in; /* total number of packets enqueued */
919 __u32 dropped; /* packets dropped due to pie_action */
920 __u32 overlimit; /* dropped due to lack of space
923 __u32 maxq; /* maximum queue size */
924 __u32 ecn_mark; /* packets marked with ecn*/