Searched defs:net_device_stats (Results 1 – 3 of 3) sorted by relevance
42 struct net_device_stats { struct43 unsigned long rx_packets; /* total packets received */44 unsigned long tx_packets; /* total packets transmitted */45 unsigned long rx_bytes; /* total bytes received */46 unsigned long tx_bytes; /* total bytes transmitted */47 unsigned long rx_errors; /* bad packets received */48 unsigned long tx_errors; /* packet transmit problems */49 unsigned long rx_dropped; /* no space in linux buffers */50 unsigned long tx_dropped; /* no space available in linux */51 unsigned long multicast; /* multicast packets received */[all …]
176 typedef struct net_device_stats { struct177 DWORD rx_packets; /* total packets received */178 DWORD tx_packets; /* total packets transmitted */179 DWORD rx_bytes; /* total bytes received */180 DWORD tx_bytes; /* total bytes transmitted */181 DWORD rx_errors; /* bad packets received */182 DWORD tx_errors; /* packet transmit problems */183 DWORD rx_dropped; /* no space in Rx buffers */184 DWORD tx_dropped; /* no space available for Tx */185 DWORD multicast; /* multicast packets received */[all …]
108 struct net_device_stats struct110 unsigned long rx_packets; /* total packets received */111 unsigned long tx_packets; /* total packets transmitted */112 unsigned long rx_bytes; /* total bytes received */113 unsigned long tx_bytes; /* total bytes transmitted */114 unsigned long rx_errors; /* bad packets received */115 unsigned long tx_errors; /* packet transmit problems */116 unsigned long rx_dropped; /* no space in linux buffers */117 unsigned long tx_dropped; /* no space available in linux */118 unsigned long multicast; /* multicast packets received */[all …]