Searched defs:tc_codel_xstats (Results 1 – 5 of 5) sorted by relevance
705 struct tc_codel_xstats { struct706 __u32 maxpacket; /* largest packet we've seen so far */707 __u32 count; /* how many drops we've done since the last time we710 __u32 lastcount; /* count at entry to dropping state */711 __u32 ldelay; /* in-queue delay seen by most recently dequeued packet */712 __s32 drop_next; /* time to drop next packet */713 __u32 drop_overlimit; /* number of time max qdisc packet limit was hit */714 __u32 ecn_mark; /* number of packets we ECN marked instead of dropped */715 __u32 dropping; /* are we in dropping state ? */716 __u32 ce_mark; /* number of CE marked packets because of ce_threshold */
766 struct tc_codel_xstats { struct767 __u32 maxpacket; /* largest packet we've seen so far */768 __u32 count; /* how many drops we've done since the last time we771 __u32 lastcount; /* count at entry to dropping state */772 __u32 ldelay; /* in-queue delay seen by most recently dequeued packet */773 __s32 drop_next; /* time to drop next packet */774 __u32 drop_overlimit; /* number of time max qdisc packet limit was hit */775 __u32 ecn_mark; /* number of packets we ECN marked instead of dropped */776 __u32 dropping; /* are we in dropping state ? */777 __u32 ce_mark; /* number of CE marked packets because of ce_threshold */
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 */
814 struct tc_codel_xstats { struct815 __u32 maxpacket; /* largest packet we've seen so far */816 __u32 count; /* how many drops we've done since the last time we819 __u32 lastcount; /* count at entry to dropping state */820 __u32 ldelay; /* in-queue delay seen by most recently dequeued packet */821 __s32 drop_next; /* time to drop next packet */822 __u32 drop_overlimit; /* number of time max qdisc packet limit was hit */823 __u32 ecn_mark; /* number of packets we ECN marked instead of dropped */824 __u32 dropping; /* are we in dropping state ? */825 __u32 ce_mark; /* number of CE marked packets because of ce_threshold */