Linux Kernel
3.7.1
|
#include <netdevice.h>
Data Fields | |
unsigned long | rx_packets |
unsigned long | tx_packets |
unsigned long | rx_bytes |
unsigned long | tx_bytes |
unsigned long | rx_errors |
unsigned long | tx_errors |
unsigned long | rx_dropped |
unsigned long | tx_dropped |
unsigned long | multicast |
unsigned long | collisions |
unsigned long | rx_length_errors |
unsigned long | rx_over_errors |
unsigned long | rx_crc_errors |
unsigned long | rx_frame_errors |
unsigned long | rx_fifo_errors |
unsigned long | rx_missed_errors |
unsigned long | tx_aborted_errors |
unsigned long | tx_carrier_errors |
unsigned long | tx_fifo_errors |
unsigned long | tx_heartbeat_errors |
unsigned long | tx_window_errors |
unsigned long | rx_compressed |
unsigned long | tx_compressed |
Created when net interface is initialized.
Definition at line 160 of file netdevice.h.
unsigned long collisions |
Definition at line 170 of file netdevice.h.
unsigned long multicast |
Definition at line 169 of file netdevice.h.
unsigned long rx_bytes |
Definition at line 163 of file netdevice.h.
unsigned long rx_compressed |
Definition at line 182 of file netdevice.h.
unsigned long rx_crc_errors |
Definition at line 173 of file netdevice.h.
unsigned long rx_dropped |
Definition at line 167 of file netdevice.h.
unsigned long rx_errors |
Definition at line 165 of file netdevice.h.
unsigned long rx_fifo_errors |
Definition at line 175 of file netdevice.h.
unsigned long rx_frame_errors |
Definition at line 174 of file netdevice.h.
unsigned long rx_length_errors |
Definition at line 171 of file netdevice.h.
unsigned long rx_missed_errors |
Definition at line 176 of file netdevice.h.
unsigned long rx_over_errors |
Definition at line 172 of file netdevice.h.
unsigned long rx_packets |
Definition at line 161 of file netdevice.h.
unsigned long tx_aborted_errors |
Definition at line 177 of file netdevice.h.
unsigned long tx_bytes |
Definition at line 164 of file netdevice.h.
unsigned long tx_carrier_errors |
Definition at line 178 of file netdevice.h.
unsigned long tx_compressed |
Definition at line 183 of file netdevice.h.
unsigned long tx_dropped |
Definition at line 168 of file netdevice.h.
unsigned long tx_errors |
Definition at line 166 of file netdevice.h.
unsigned long tx_fifo_errors |
Definition at line 179 of file netdevice.h.
unsigned long tx_heartbeat_errors |
Definition at line 180 of file netdevice.h.
unsigned long tx_packets |
Definition at line 162 of file netdevice.h.
unsigned long tx_window_errors |
Definition at line 181 of file netdevice.h.