Searched defs:tc_pie_xstats (Results 1 – 2 of 2) sorted by relevance
865 struct tc_pie_xstats { struct866 __u32 prob; /* current probability */867 __u32 delay; /* current delay in ms */868 __u32 avg_dq_rate; /* current average dq_rate in bits/pie_time */869 __u32 packets_in; /* total number of packets enqueued */870 __u32 dropped; /* packets dropped due to pie_action */871 __u32 overlimit; /* dropped due to lack of space in queue */872 __u32 maxq; /* maximum queue size */873 __u32 ecn_mark; /* packets marked with ecn*/
908 struct tc_pie_xstats { struct909 __u32 prob; /* current probability */910 __u32 delay; /* current delay in ms */911 __u32 avg_dq_rate; /* current average dq_rate in bits/pie_time */912 __u32 packets_in; /* total number of packets enqueued */913 __u32 dropped; /* packets dropped due to pie_action */914 __u32 overlimit; /* dropped due to lack of space in queue */915 __u32 maxq; /* maximum queue size */916 __u32 ecn_mark; /* packets marked with ecn*/