feature. See also
. The project being documented here (as the example) is the Zig library itself.
linux.rtnl_link_stats64
pub const rtnl_link_stats64 = extern struct
File
Code
pub const rtnl_link_stats64 = extern struct {
rx_packets: u64,
tx_packets: u64,
rx_bytes: u64,
tx_bytes: u64,
rx_errors: u64,
tx_errors: u64,
rx_dropped: u64,
tx_dropped: u64,
multicast: u64,
collisions: u64,
rx_length_errors: u64,
rx_over_errors: u64,
rx_crc_errors: u64,
rx_frame_errors: u64,
rx_fifo_errors: u64,
rx_missed_errors: u64,
tx_aborted_errors: u64,
tx_carrier_errors: u64,
tx_fifo_errors: u64,
tx_heartbeat_errors: u64,
tx_window_errors: u64,
rx_compressed: u64,
tx_compressed: u64,
rx_nohandler: u64,
}