Searched defs:tc_stats (Results 1 – 13 of 13) sorted by relevance
33 struct tc_stats { struct34 __u64 bytes; /* Number of enqueued bytes */35 __u32 packets; /* Number of enqueued packets */36 __u32 drops; /* Packets dropped because of lack of resources */37 __u32 overlimits; /* Number of throttle events when this39 __u32 bps; /* Current flow byte rate */40 __u32 pps; /* Current flow packet rate */41 __u32 qlen;42 __u32 backlog;
34 struct tc_stats { struct35 __u64 bytes; /* Number of enqueued bytes */36 __u32 packets; /* Number of enqueued packets */37 __u32 drops; /* Packets dropped because of lack of resources */38 __u32 overlimits; /* Number of throttle events when this40 __u32 bps; /* Current flow byte rate */41 __u32 pps; /* Current flow packet rate */42 __u32 qlen;43 __u32 backlog;
606 static const struct trans_tbl tc_stats[] = { variable
25142 struct tc_stats { struct25143 __u64 bytes;25144 __u32 packets;25145 __u32 drops;25146 __u32 overlimits;25147 __u32 bps;25148 __u32 pps;25149 __u32 qlen;25150 __u32 backlog;26272 struct tc_stats tc_stats; member
12790 struct tc_stats { struct12791 __u64 bytes;12792 __u32 packets;12793 __u32 drops;12794 __u32 overlimits;12795 __u32 bps;12796 __u32 pps;12797 __u32 qlen;12798 __u32 backlog;13399 struct tc_stats tc_stats; member
11681 struct tc_stats { struct11682 __u64 bytes;11683 __u32 packets;11684 __u32 drops;11685 __u32 overlimits;11686 __u32 bps;11687 __u32 pps;11688 __u32 qlen;11689 __u32 backlog;12266 struct tc_stats tc_stats; member
14336 struct tc_stats { struct14337 __u64 bytes;14338 __u32 packets;14339 __u32 drops;14340 __u32 overlimits;14341 __u32 bps;14342 __u32 pps;14343 __u32 qlen;14344 __u32 backlog;14918 struct tc_stats tc_stats; member[all …]