Searched defs:tc_pie_xstats (Results 1 – 5 of 5) 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*/
990 struct tc_pie_xstats { struct991 __u64 prob; /* current probability */992 __u32 delay; /* current delay in ms */993 __u32 avg_dq_rate; /* current average dq_rate in996 __u32 dq_rate_estimating; /* is avg_dq_rate being calculated? */997 __u32 packets_in; /* total number of packets enqueued */998 __u32 dropped; /* packets dropped due to pie_action */999 __u32 overlimit; /* dropped due to lack of space1002 __u32 maxq; /* maximum queue size */1003 __u32 ecn_mark; /* packets marked with ecn*/
926 struct tc_pie_xstats { struct927 __u32 prob; /* current probability */928 __u32 delay; /* current delay in ms */929 __u32 avg_dq_rate; /* current average dq_rate in bits/pie_time */930 __u32 packets_in; /* total number of packets enqueued */931 __u32 dropped; /* packets dropped due to pie_action */932 __u32 overlimit; /* dropped due to lack of space in queue */933 __u32 maxq; /* maximum queue size */934 __u32 ecn_mark; /* packets marked with ecn*/
957 struct tc_pie_xstats { struct958 __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*/