Searched refs:drops_delta (Results 1 – 1 of 1) sorted by relevance
1099 uint64_t tx_delta, rx_delta, drops_delta; in packet_per_second_stats() local1124 drops_delta = li->tx_drops - oli->tx_drops; in packet_per_second_stats()1127 pretty_number(drops_delta, buf[1]), in packet_per_second_stats()1132 total_tx_drops += drops_delta; in packet_per_second_stats()