Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dnetdevice.h29 struct net_device_stats { struct
30 unsigned long rx_packets; /* total packets received */
31 unsigned long tx_packets; /* total packets transmitted */
32 unsigned long rx_bytes; /* total bytes received */
33 unsigned long tx_bytes; /* total bytes transmitted */
34 unsigned long rx_errors; /* bad packets received */
35 unsigned long tx_errors; /* packet transmit problems */
36 unsigned long rx_dropped; /* no space in linux buffers */
37 unsigned long tx_dropped; /* no space available in linux */
38 unsigned long multicast; /* multicast packets received */
[all …]
/openbmc/linux/include/linux/
H A Dnetdevice.h188 struct net_device_stats { struct