Home
last modified time | relevance | path

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

1234

/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/include/ipxe/
H A Dnetdevice.h287 struct net_device_stats { struct
289 unsigned int good;
291 unsigned int bad;
293 struct net_device_error errors[NETDEV_MAX_UNIQUE_ERRORS];
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A 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 …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A 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 …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A 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 …]

1234