Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dpkt_sched.h985 struct tc_pie_xstats { struct
986 __u64 prob; /* current probability */
987 __u32 delay; /* current delay in ms */
988 __u32 avg_dq_rate; /* current average dq_rate in
991 __u32 dq_rate_estimating; /* is avg_dq_rate being calculated? */
992 __u32 packets_in; /* total number of packets enqueued */
993 __u32 dropped; /* packets dropped due to pie_action */
994 __u32 overlimit; /* dropped due to lack of space
997 __u32 maxq; /* maximum queue size */
998 __u32 ecn_mark; /* packets marked with ecn*/
/Linux-v5.10/tools/include/uapi/linux/
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*/