Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dnetdevice.h157 struct net_device_stats { struct
158 unsigned long rx_packets;
159 unsigned long tx_packets;
160 unsigned long rx_bytes;
161 unsigned long tx_bytes;
162 unsigned long rx_errors;
163 unsigned long tx_errors;
164 unsigned long rx_dropped;
165 unsigned long tx_dropped;
166 unsigned long multicast;
[all …]