Home
last modified time | relevance | path

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

/third_party/libnl/include/linux-private/linux/
Dif_link.h9 struct rtnl_link_stats { struct
10 __u32 rx_packets; /* total packets received */
11 __u32 tx_packets; /* total packets transmitted */
12 __u32 rx_bytes; /* total bytes received */
13 __u32 tx_bytes; /* total bytes transmitted */
14 __u32 rx_errors; /* bad packets received */
15 __u32 tx_errors; /* packet transmit problems */
16 __u32 rx_dropped; /* no space in linux buffers */
17 __u32 tx_dropped; /* no space available in linux */
18 __u32 multicast; /* multicast packets received */
[all …]