Lines Matching refs:new
196 static int print_interfaces(struct if_stats *old, struct if_stats *new, int nr) in print_interfaces() argument
203 new->name, new->mtu, in print_interfaces()
204 new->rx_bytes - old->rx_bytes, in print_interfaces()
205 new->rx_packets - old->rx_packets, in print_interfaces()
206 new->rx_errors - old->rx_errors, in print_interfaces()
207 new->rx_dropped - old->rx_dropped, in print_interfaces()
208 new->tx_bytes - old->tx_bytes, in print_interfaces()
209 new->tx_packets - old->tx_packets, in print_interfaces()
210 new->tx_errors - old->tx_errors, in print_interfaces()
211 new->tx_dropped - old->tx_dropped); in print_interfaces()
215 new++; in print_interfaces()