Home
last modified time | relevance | path

Searched defs:tc_codel_xstats (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/tools/include/uapi/linux/
Dpkt_sched.h685 struct tc_codel_xstats { struct
686 __u32 maxpacket; /* largest packet we've seen so far */
687 __u32 count; /* how many drops we've done since the last time we
690 __u32 lastcount; /* count at entry to dropping state */
691 __u32 ldelay; /* in-queue delay seen by most recently dequeued packet */
692 __s32 drop_next; /* time to drop next packet */
693 __u32 drop_overlimit; /* number of time max qdisc packet limit was hit */
694 __u32 ecn_mark; /* number of packets we ECN marked instead of dropped */
695 __u32 dropping; /* are we in dropping state ? */
696 __u32 ce_mark; /* number of CE marked packets because of ce_threshold */
/linux-6.12.1/include/uapi/linux/
Dpkt_sched.h722 struct tc_codel_xstats { struct
723 __u32 maxpacket; /* largest packet we've seen so far */
724 __u32 count; /* how many drops we've done since the last time we
727 __u32 lastcount; /* count at entry to dropping state */
728 __u32 ldelay; /* in-queue delay seen by most recently dequeued packet */
729 __s32 drop_next; /* time to drop next packet */
730 __u32 drop_overlimit; /* number of time max qdisc packet limit was hit */
731 __u32 ecn_mark; /* number of packets we ECN marked instead of dropped */
732 __u32 dropping; /* are we in dropping state ? */
733 __u32 ce_mark; /* number of CE marked packets because of ce_threshold */