Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dnetdevice.h174 struct net_device_stats { struct
175 unsigned long rx_packets;
176 unsigned long tx_packets;
177 unsigned long rx_bytes;
178 unsigned long tx_bytes;
179 unsigned long rx_errors;
180 unsigned long tx_errors;
181 unsigned long rx_dropped;
182 unsigned long tx_dropped;
183 unsigned long multicast;
[all …]