Home
last modified time | relevance | path

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

/external/iproute2/include/uapi/linux/
Dpkt_sched.h33 struct tc_stats { struct
34 __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 this
39 __u32 bps; /* Current flow byte rate */
40 __u32 pps; /* Current flow packet rate */
41 __u32 qlen;
42 __u32 backlog;
/external/libnl/include/linux-private/linux/
Dpkt_sched.h33 struct tc_stats { struct
34 __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 this
39 __u32 bps; /* Current flow byte rate */
40 __u32 pps; /* Current flow packet rate */
41 __u32 qlen;
42 __u32 backlog;
/external/kernel-headers/original/uapi/linux/
Dpkt_sched.h34 struct tc_stats { struct
35 __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 this
40 __u32 bps; /* Current flow byte rate */
41 __u32 pps; /* Current flow packet rate */
42 __u32 qlen;
43 __u32 backlog;
/external/libnl/lib/route/
Dtc.c613 static const struct trans_tbl tc_stats[] = { variable