Home
last modified time | relevance | path

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

/Linux-v5.4/tools/include/uapi/linux/
Dpkt_sched.h793 struct tc_codel_xstats { struct
794 __u32 maxpacket; /* largest packet we've seen so far */
795 __u32 count; /* how many drops we've done since the last time we
798 __u32 lastcount; /* count at entry to dropping state */
799 __u32 ldelay; /* in-queue delay seen by most recently dequeued packet */
800 __s32 drop_next; /* time to drop next packet */
801 __u32 drop_overlimit; /* number of time max qdisc packet limit was hit */
802 __u32 ecn_mark; /* number of packets we ECN marked instead of dropped */
803 __u32 dropping; /* are we in dropping state ? */
804 __u32 ce_mark; /* number of CE marked packets because of ce_threshold */
/Linux-v5.4/include/uapi/linux/
Dpkt_sched.h794 struct tc_codel_xstats { struct
795 __u32 maxpacket; /* largest packet we've seen so far */
796 __u32 count; /* how many drops we've done since the last time we
799 __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 */