Searched refs:nb_drop (Results 1 – 3 of 3) sorted by relevance
180 flow->rx_thread.stat.nb_drop); in app_stat()183 flow->wt_thread.stat.nb_drop, in app_stat()184 flow->wt_thread.stat.nb_rx - flow->wt_thread.stat.nb_drop); in app_stat()
97 APP_STATS_ADD(conf->stat.nb_drop, 1); in app_rx_thread()209 APP_STATS_ADD(conf->stat.nb_drop, nb_pkt - nb_sent); in app_worker_thread()245 APP_STATS_ADD(conf->stat.nb_drop, nb_pkt - nb_sent); in app_mixed_thread()
72 uint64_t nb_drop; member