Home
last modified time | relevance | path

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

/include/linux/
Dif_link.h41 struct rtnl_link_stats64 { struct
42 __u64 rx_packets; /* total packets received */
43 __u64 tx_packets; /* total packets transmitted */
44 __u64 rx_bytes; /* total bytes received */
45 __u64 tx_bytes; /* total bytes transmitted */
46 __u64 rx_errors; /* bad packets received */
47 __u64 tx_errors; /* packet transmit problems */
48 __u64 rx_dropped; /* no space in linux buffers */
49 __u64 tx_dropped; /* no space available in linux */
50 __u64 multicast; /* multicast packets received */
[all …]