Home
last modified time | relevance | path

Searched defs:tc_stats (Results 1 – 13 of 13) 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/bpftool/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/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/libbpf/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/lib/route/
Dtc.c606 static const struct trans_tbl tc_stats[] = { variable
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h25142 struct tc_stats { struct
25143 __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
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h12790 struct tc_stats { struct
12791 __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
Dvmlinux.h12790 struct tc_stats { struct
12791 __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
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h11681 struct tc_stats { struct
11682 __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
Dvmlinux_510.h11681 struct tc_stats { struct
11682 __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
/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h14336 struct tc_stats { struct
14337 __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 …]
Dvmlinux.h14336 struct tc_stats { struct
14337 __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 …]