Searched defs:tc_codel_xstats (Results 1 – 2 of 2) sorted by relevance
794 struct tc_codel_xstats { struct795 __u32 maxpacket; /* largest packet we've seen so far */796 __u32 count; /* how many drops we've done since the last time we799 __u32 lastcount; /* count at entry to dropping state */800 __u32 ldelay; /* in-queue delay seen by most recently dequeued packet */801 __s32 drop_next; /* time to drop next packet */802 __u32 drop_overlimit; /* number of time max qdisc packet limit was hit */803 __u32 ecn_mark; /* number of packets we ECN marked instead of dropped */804 __u32 dropping; /* are we in dropping state ? */805 __u32 ce_mark; /* number of CE marked packets because of ce_threshold */
831 struct tc_codel_xstats { struct832 __u32 maxpacket; /* largest packet we've seen so far */833 __u32 count; /* how many drops we've done since the last time we836 __u32 lastcount; /* count at entry to dropping state */837 __u32 ldelay; /* in-queue delay seen by most recently dequeued packet */838 __s32 drop_next; /* time to drop next packet */839 __u32 drop_overlimit; /* number of time max qdisc packet limit was hit */840 __u32 ecn_mark; /* number of packets we ECN marked instead of dropped */841 __u32 dropping; /* are we in dropping state ? */842 __u32 ce_mark; /* number of CE marked packets because of ce_threshold */