Searched defs:tc_pie_xstats (Results 1 – 1 of 1) sorted by relevance
843 struct tc_pie_xstats { struct844 __u32 prob; /* current probability */845 __u32 delay; /* current delay in ms */846 __u32 avg_dq_rate; /* current average dq_rate in bits/pie_time */847 __u32 packets_in; /* total number of packets enqueued */848 __u32 dropped; /* packets dropped due to pie_action */849 __u32 overlimit; /* dropped due to lack of space in queue */850 __u32 maxq; /* maximum queue size */851 __u32 ecn_mark; /* packets marked with ecn*/