Searched defs:rtnl_link_stats (Results 1 – 12 of 12) sorted by relevance
9 struct rtnl_link_stats { struct10 __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 …]
9 struct rtnl_link_stats { struct10 __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 …]
111152 struct rtnl_link_stats { struct111153 __u32 rx_packets;111154 __u32 tx_packets;111155 __u32 rx_bytes;111156 __u32 tx_bytes;111157 __u32 rx_errors;111158 __u32 tx_errors;111159 __u32 rx_dropped;111160 __u32 tx_dropped;111161 __u32 multicast;[all …]
77060 struct rtnl_link_stats { struct77061 __u32 rx_packets;77062 __u32 tx_packets;77063 __u32 rx_bytes;77064 __u32 tx_bytes;77065 __u32 rx_errors;77066 __u32 tx_errors;77067 __u32 rx_dropped;77068 __u32 tx_dropped;77069 __u32 multicast;[all …]
98109 struct rtnl_link_stats { struct98110 __u32 rx_packets;98111 __u32 tx_packets;98112 __u32 rx_bytes;98113 __u32 tx_bytes;98114 __u32 rx_errors;98115 __u32 tx_errors;98116 __u32 rx_dropped;98117 __u32 tx_dropped;98118 __u32 multicast;[all …]
105938 struct rtnl_link_stats { struct105939 __u32 rx_packets;105940 __u32 tx_packets;105941 __u32 rx_bytes;105942 __u32 tx_bytes;105943 __u32 rx_errors;105944 __u32 tx_errors;105945 __u32 rx_dropped;105946 __u32 tx_dropped;105947 __u32 multicast;[all …]