Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dnetdevice.h104 struct net_device_stats struct
106 unsigned long rx_packets; /* total packets received */
107 unsigned long tx_packets; /* total packets transmitted */
108 unsigned long rx_bytes; /* total bytes received */
109 unsigned long tx_bytes; /* total bytes transmitted */
110 unsigned long rx_errors; /* bad packets received */
111 unsigned long tx_errors; /* packet transmit problems */
112 unsigned long rx_dropped; /* no space in linux buffers */
113 unsigned long tx_dropped; /* no space available in linux */
114 unsigned long multicast; /* multicast packets received */
[all …]
/linux-2.4.37.9/drivers/net/wan/8253x/
Dring.h23 #define net_device_stats enet_statistics macro
D8253xctl.h155 #define net_device_stats enet_statistics macro