Home
last modified time | relevance | path

Searched defs:net_device_stats (Results 1 – 8 of 8) sorted by relevance

/external/libpcap/
Dpcap-dos.h174 typedef struct net_device_stats { struct
175 DWORD rx_packets; /* total packets received */
176 DWORD tx_packets; /* total packets transmitted */
177 DWORD rx_bytes; /* total bytes received */
178 DWORD tx_bytes; /* total bytes transmitted */
179 DWORD rx_errors; /* bad packets received */
180 DWORD tx_errors; /* packet transmit problems */
181 DWORD rx_dropped; /* no space in Rx buffers */
182 DWORD tx_dropped; /* no space available for Tx */
183 DWORD multicast; /* multicast packets received */
[all …]
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h12826 struct net_device_stats { struct
12827 long unsigned int rx_packets;
12828 long unsigned int tx_packets;
12829 long unsigned int rx_bytes;
12830 long unsigned int tx_bytes;
12831 long unsigned int rx_errors;
12832 long unsigned int tx_errors;
12833 long unsigned int rx_dropped;
12834 long unsigned int tx_dropped;
12835 long unsigned int multicast;
[all …]
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h10845 struct net_device_stats { struct
10846 long unsigned int rx_packets;
10847 long unsigned int tx_packets;
10848 long unsigned int rx_bytes;
10849 long unsigned int tx_bytes;
10850 long unsigned int rx_errors;
10851 long unsigned int tx_errors;
10852 long unsigned int rx_dropped;
10853 long unsigned int tx_dropped;
10854 long unsigned int multicast;
[all …]
Dvmlinux.h10845 struct net_device_stats { struct
10846 long unsigned int rx_packets;
10847 long unsigned int tx_packets;
10848 long unsigned int rx_bytes;
10849 long unsigned int tx_bytes;
10850 long unsigned int rx_errors;
10851 long unsigned int tx_errors;
10852 long unsigned int rx_dropped;
10853 long unsigned int tx_dropped;
10854 long unsigned int multicast;
[all …]
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h9812 struct net_device_stats { struct
9813 long unsigned int rx_packets;
9814 long unsigned int tx_packets;
9815 long unsigned int rx_bytes;
9816 long unsigned int tx_bytes;
9817 long unsigned int rx_errors;
9818 long unsigned int tx_errors;
9819 long unsigned int rx_dropped;
9820 long unsigned int tx_dropped;
9821 long unsigned int multicast;
[all …]
Dvmlinux_510.h9812 struct net_device_stats { struct
9813 long unsigned int rx_packets;
9814 long unsigned int tx_packets;
9815 long unsigned int rx_bytes;
9816 long unsigned int tx_bytes;
9817 long unsigned int rx_errors;
9818 long unsigned int tx_errors;
9819 long unsigned int rx_dropped;
9820 long unsigned int tx_dropped;
9821 long unsigned int multicast;
[all …]
/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h12374 struct net_device_stats { struct
12375 long unsigned int rx_packets;
12376 long unsigned int tx_packets;
12377 long unsigned int rx_bytes;
12378 long unsigned int tx_bytes;
12379 long unsigned int rx_errors;
12380 long unsigned int tx_errors;
12381 long unsigned int rx_dropped;
12382 long unsigned int tx_dropped;
12383 long unsigned int multicast;
[all …]
Dvmlinux.h12374 struct net_device_stats { struct
12375 long unsigned int rx_packets;
12376 long unsigned int tx_packets;
12377 long unsigned int rx_bytes;
12378 long unsigned int tx_bytes;
12379 long unsigned int rx_errors;
12380 long unsigned int tx_errors;
12381 long unsigned int rx_dropped;
12382 long unsigned int tx_dropped;
12383 long unsigned int multicast;
[all …]