Home
last modified time | relevance | path

Searched refs:nb_drop (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/examples/qos_sched/
H A Dmain.c180 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()
H A Dapp_thread.c97 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()
H A Dmain.h72 uint64_t nb_drop; member