Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dpkt_sched.h766 struct tc_codel_xstats { struct
767 __u32 maxpacket; /* largest packet we've seen so far */
768 __u32 count; /* how many drops we've done since the last time we
771 __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 */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dpkt_sched.h766 struct tc_codel_xstats { struct
767 __u32 maxpacket; /* largest packet we've seen so far */
768 __u32 count; /* how many drops we've done since the last time we
771 __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 */
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A 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 */
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dpkt_sched.h813 struct tc_codel_xstats { struct
814 __u32 maxpacket; /* largest packet we've seen so far */
815 __u32 count; /* how many drops we've done since the last time we
818 __u32 lastcount; /* count at entry to dropping state */
819 __u32 ldelay; /* in-queue delay seen by most recently dequeued packet */
820 __s32 drop_next; /* time to drop next packet */
821 __u32 drop_overlimit; /* number of time max qdisc packet limit was hit */
822 __u32 ecn_mark; /* number of packets we ECN marked instead of dropped */
823 __u32 dropping; /* are we in dropping state ? */
824 __u32 ce_mark; /* number of CE marked packets because of ce_threshold */