Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dnetdevice.h169 struct net_device_stats { struct
170 unsigned long rx_packets;
171 unsigned long tx_packets;
172 unsigned long rx_bytes;
173 unsigned long tx_bytes;
174 unsigned long rx_errors;
175 unsigned long tx_errors;
176 unsigned long rx_dropped;
177 unsigned long tx_dropped;
178 unsigned long multicast;
[all …]
/kernel/linux/linux-4.19/include/linux/
Dnetdevice.h165 struct net_device_stats { struct
166 unsigned long rx_packets;
167 unsigned long tx_packets;
168 unsigned long rx_bytes;
169 unsigned long tx_bytes;
170 unsigned long rx_errors;
171 unsigned long tx_errors;
172 unsigned long rx_dropped;
173 unsigned long tx_dropped;
174 unsigned long multicast;
[all …]