Home
last modified time | relevance | path

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

/include/linux/
Dnetdevice.h162 struct net_device_stats { struct
163 unsigned long rx_packets;
164 unsigned long tx_packets;
165 unsigned long rx_bytes;
166 unsigned long tx_bytes;
167 unsigned long rx_errors;
168 unsigned long tx_errors;
169 unsigned long rx_dropped;
170 unsigned long tx_dropped;
171 unsigned long multicast;
[all …]