Searched defs:net_device_stats (Results 1 – 8 of 8) sorted by relevance
174 typedef struct net_device_stats { struct175 DWORD rx_packets; /* total packets received */176 DWORD tx_packets; /* total packets transmitted */177 DWORD rx_bytes; /* total bytes received */178 DWORD tx_bytes; /* total bytes transmitted */179 DWORD rx_errors; /* bad packets received */180 DWORD tx_errors; /* packet transmit problems */181 DWORD rx_dropped; /* no space in Rx buffers */182 DWORD tx_dropped; /* no space available for Tx */183 DWORD multicast; /* multicast packets received */[all …]
12826 struct net_device_stats { struct12827 long unsigned int rx_packets;12828 long unsigned int tx_packets;12829 long unsigned int rx_bytes;12830 long unsigned int tx_bytes;12831 long unsigned int rx_errors;12832 long unsigned int tx_errors;12833 long unsigned int rx_dropped;12834 long unsigned int tx_dropped;12835 long unsigned int multicast;[all …]
10845 struct net_device_stats { struct10846 long unsigned int rx_packets;10847 long unsigned int tx_packets;10848 long unsigned int rx_bytes;10849 long unsigned int tx_bytes;10850 long unsigned int rx_errors;10851 long unsigned int tx_errors;10852 long unsigned int rx_dropped;10853 long unsigned int tx_dropped;10854 long unsigned int multicast;[all …]
9812 struct net_device_stats { struct9813 long unsigned int rx_packets;9814 long unsigned int tx_packets;9815 long unsigned int rx_bytes;9816 long unsigned int tx_bytes;9817 long unsigned int rx_errors;9818 long unsigned int tx_errors;9819 long unsigned int rx_dropped;9820 long unsigned int tx_dropped;9821 long unsigned int multicast;[all …]
12374 struct net_device_stats { struct12375 long unsigned int rx_packets;12376 long unsigned int tx_packets;12377 long unsigned int rx_bytes;12378 long unsigned int tx_bytes;12379 long unsigned int rx_errors;12380 long unsigned int tx_errors;12381 long unsigned int rx_dropped;12382 long unsigned int tx_dropped;12383 long unsigned int multicast;[all …]