Searched defs:tr_statistics (Results 1 – 2 of 2) sorted by relevance
56 struct tr_statistics { struct57 unsigned long rx_packets; /* total packets received */58 unsigned long tx_packets; /* total packets transmitted */59 unsigned long rx_bytes; /* total bytes received */60 unsigned long tx_bytes; /* total bytes transmitted */61 unsigned long rx_errors; /* bad packets received */62 unsigned long tx_errors; /* packet transmit problems */63 unsigned long rx_dropped; /* no space in linux buffers */64 unsigned long tx_dropped; /* no space available in linux */65 unsigned long multicast; /* multicast packets received */[all …]
58 struct tr_statistics struct60 unsigned long rx_packets; /* total packets received */61 unsigned long tx_packets; /* total packets transmitted */62 unsigned long rx_bytes; /* total bytes received */63 unsigned long tx_bytes; /* total bytes transmitted */64 unsigned long rx_errors; /* bad packets received */65 unsigned long tx_errors; /* packet transmit problems */66 unsigned long rx_dropped; /* no space in linux buffers */67 unsigned long tx_dropped; /* no space available in linux */68 unsigned long multicast; /* multicast packets received */[all …]