Searched refs:tap_stats (Results 1 – 1 of 1) sorted by relevance
1104 rx_total += tap_stats->q_ipackets[i]; in tap_stats_get()1105 rx_bytes_total += tap_stats->q_ibytes[i]; in tap_stats_get()1117 tx_total += tap_stats->q_opackets[i]; in tap_stats_get()1119 tx_bytes_total += tap_stats->q_obytes[i]; in tap_stats_get()1122 tap_stats->ipackets = rx_total; in tap_stats_get()1123 tap_stats->ibytes = rx_bytes_total; in tap_stats_get()1124 tap_stats->ierrors = ierrors; in tap_stats_get()1125 tap_stats->rx_nombuf = rx_nombuf; in tap_stats_get()1126 tap_stats->opackets = tx_total; in tap_stats_get()1127 tap_stats->oerrors = tx_err_total; in tap_stats_get()[all …]