Searched defs:tc_codel_xstats (Results 1 – 1 of 1) sorted by relevance
689 struct tc_codel_xstats { struct690 __u32 maxpacket; /* largest packet we've seen so far */691 __u32 count; /* how many drops we've done since the last time we694 __u32 lastcount; /* count at entry to dropping state */695 __u32 ldelay; /* in-queue delay seen by most recently dequeued packet */696 __s32 drop_next; /* time to drop next packet */697 __u32 drop_overlimit; /* number of time max qdisc packet limit was hit */698 __u32 ecn_mark; /* number of packets we ECN marked instead of dropped */699 __u32 dropping; /* are we in dropping state ? */700 __u32 ce_mark; /* number of CE marked packets because of ce_threshold */