Home
last modified time | relevance | path

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

/linux-3.4.99/include/net/
Dgen_stats.h19 struct tc_stats tc_stats; member
/linux-3.4.99/include/linux/
Dpkt_sched.h32 struct tc_stats { struct
33 __u64 bytes; /* Number of enqueued bytes */
34 __u32 packets; /* Number of enqueued packets */
35 __u32 drops; /* Packets dropped because of lack of resources */
36 __u32 overlimits; /* Number of throttle events when this
38 __u32 bps; /* Current flow byte rate */
39 __u32 pps; /* Current flow packet rate */
40 __u32 qlen;
41 __u32 backlog;