Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/linux/
H A Dnetdevice.h30 struct net_device_stats { struct
31 unsigned long rx_packets; /* total packets received */
32 unsigned long tx_packets; /* total packets transmitted */
33 unsigned long rx_bytes; /* total bytes received */
34 unsigned long tx_bytes; /* total bytes transmitted */
35 unsigned long rx_errors; /* bad packets received */
36 unsigned long tx_errors; /* packet transmit problems */
37 unsigned long rx_dropped; /* no space in linux buffers */
38 unsigned long tx_dropped; /* no space available in linux */
39 unsigned long multicast; /* multicast packets received */
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dnetdevice.h170 struct net_device_stats { struct
171 unsigned long rx_packets;
172 unsigned long tx_packets;
173 unsigned long rx_bytes;
174 unsigned long tx_bytes;
175 unsigned long rx_errors;
176 unsigned long tx_errors;
177 unsigned long rx_dropped;
178 unsigned long tx_dropped;
179 unsigned long multicast;
[all …]