Home
last modified time | relevance | path

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

/dpdk/lib/pdump/
H A Drte_pdump.h238 uint64_t ringfull; /**< Number of missed packets due to ring full. */ member
H A Drte_pdump.c139 __atomic_fetch_add(&stats->ringfull, drops, __ATOMIC_RELAXED); in pdump_copy()
/dpdk/app/dumpcap/
H A Dmain.c485 ifdrop = pdump_stats.nombuf + pdump_stats.ringfull; in report_packet_stats()