Home
last modified time | relevance | path

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

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