Searched defs:rtnl_link_stats64 (Results 1 – 4 of 4) sorted by relevance
214 struct rtnl_link_stats64 { struct215 __u64 rx_packets;216 __u64 tx_packets;217 __u64 rx_bytes;218 __u64 tx_bytes;219 __u64 rx_errors;220 __u64 tx_errors;221 __u64 rx_dropped;222 __u64 tx_dropped;223 __u64 multicast;[all …]
44 struct rtnl_link_stats64 { struct45 __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 …]
39 struct rtnl_link_stats64 { struct40 __u64 rx_packets;41 __u64 tx_packets;42 __u64 rx_bytes;43 __u64 tx_bytes;44 __u64 rx_errors;45 __u64 tx_errors;46 __u64 rx_dropped;47 __u64 tx_dropped;48 __u64 multicast;[all …]
49 struct rtnl_link_stats64 { struct50 __u64 rx_packets;51 __u64 tx_packets;52 __u64 rx_bytes;53 __u64 tx_bytes;54 __u64 rx_errors;55 __u64 tx_errors;56 __u64 rx_dropped;57 __u64 tx_dropped;58 __u64 multicast;[all …]