Lines Matching refs:total_packet_count
64 total_packet_count(void) in total_packet_count() function
154 if (total_packet_count() != BURST) { in sanity_test()
157 __LINE__, BURST, total_packet_count()); in sanity_test()
181 if (total_packet_count() != BURST) { in sanity_test()
184 __LINE__, BURST, total_packet_count()); in sanity_test()
210 if (total_packet_count() != BURST) { in sanity_test()
213 __LINE__, BURST, total_packet_count()); in sanity_test()
363 if (total_packet_count() < (1<<ITER_POWER)) { in sanity_test_with_mbuf_alloc()
365 __LINE__, total_packet_count(), in sanity_test_with_mbuf_alloc()
505 if (total_packet_count() != BURST * 2) { in sanity_test_with_worker_shutdown()
508 __LINE__, BURST * 2, total_packet_count()); in sanity_test_with_worker_shutdown()
575 if (total_packet_count() != BURST) { in test_flush_with_worker_shutdown()
578 __LINE__, BURST, total_packet_count()); in test_flush_with_worker_shutdown()