Home
last modified time | relevance | path

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

/linux-6.6.21/tools/include/uapi/linux/
Dif_link.h9 struct rtnl_link_stats { struct
10 __u32 rx_packets;
11 __u32 tx_packets;
12 __u32 rx_bytes;
13 __u32 tx_bytes;
14 __u32 rx_errors;
15 __u32 tx_errors;
16 __u32 rx_dropped;
17 __u32 tx_dropped;
18 __u32 multicast;
[all …]
/linux-6.6.21/include/uapi/linux/
Dif_link.h9 struct rtnl_link_stats { struct
10 __u32 rx_packets;
11 __u32 tx_packets;
12 __u32 rx_bytes;
13 __u32 tx_bytes;
14 __u32 rx_errors;
15 __u32 tx_errors;
16 __u32 rx_dropped;
17 __u32 tx_dropped;
18 __u32 multicast;
[all …]