Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dpkt_sched.h1007 struct tc_pie_xstats { struct
1008 __u64 prob; /* current probability */
1009 __u32 delay; /* current delay in ms */
1010 __u32 avg_dq_rate; /* current average dq_rate in
1013 __u32 dq_rate_estimating; /* is avg_dq_rate being calculated? */
1014 __u32 packets_in; /* total number of packets enqueued */
1015 __u32 dropped; /* packets dropped due to pie_action */
1016 __u32 overlimit; /* dropped due to lack of space
1019 __u32 maxq; /* maximum queue size */
1020 __u32 ecn_mark; /* packets marked with ecn*/
/openbmc/linux/tools/include/uapi/linux/
H A Dpkt_sched.h957 struct tc_pie_xstats { struct
958 __u32 prob; /* current probability */
959 __u32 delay; /* current delay in ms */
960 __u32 avg_dq_rate; /* current average dq_rate in bits/pie_time */
961 __u32 packets_in; /* total number of packets enqueued */
962 __u32 dropped; /* packets dropped due to pie_action */
963 __u32 overlimit; /* dropped due to lack of space in queue */
964 __u32 maxq; /* maximum queue size */
965 __u32 ecn_mark; /* packets marked with ecn*/