Home
last modified time | relevance | path

Searched defs:tr_statistics (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dif_tr.h56 struct tr_statistics { struct
57 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 …]
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/netinet/
H A Dif_tr.h58 struct tr_statistics struct
60 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 …]