Searched refs:tap_stats (Results 1 – 1 of 1) sorted by relevance
1049 rx_total += tap_stats->q_ipackets[i]; in tap_stats_get()1050 rx_bytes_total += tap_stats->q_ibytes[i]; in tap_stats_get()1062 tx_total += tap_stats->q_opackets[i]; in tap_stats_get()1064 tx_bytes_total += tap_stats->q_obytes[i]; in tap_stats_get()1067 tap_stats->ipackets = rx_total; in tap_stats_get()1068 tap_stats->ibytes = rx_bytes_total; in tap_stats_get()1069 tap_stats->ierrors = ierrors; in tap_stats_get()1070 tap_stats->rx_nombuf = rx_nombuf; in tap_stats_get()1071 tap_stats->opackets = tx_total; in tap_stats_get()1072 tap_stats->oerrors = tx_err_total; in tap_stats_get()[all …]