Searched defs:tr_statistics (Results 1 – 1 of 1) sorted by relevance
65 struct tr_statistics { struct66 unsigned long rx_packets; /* total packets received */67 unsigned long tx_packets; /* total packets transmitted */68 unsigned long rx_bytes; /* total bytes received */69 unsigned long tx_bytes; /* total bytes transmitted */70 unsigned long rx_errors; /* bad packets received */71 unsigned long tx_errors; /* packet transmit problems */72 unsigned long rx_dropped; /* no space in linux buffers */73 unsigned long tx_dropped; /* no space available in linux */74 unsigned long multicast; /* multicast packets received */[all …]