Searched refs:pass_packets (Results 1 – 1 of 1) sorted by relevance
200 uint64_t pass_packets, total_packets = 0; in run_test_inet() local206 pass_packets = run_test_inet_one_pass(fibnum); in run_test_inet()213 total_packets += pass_packets; in run_test_inet()265 uint64_t pass_packets, total_packets = 0; in run_test_inet6() local271 pass_packets = run_test_inet6_one_pass(fibnum); in run_test_inet6()278 total_packets += pass_packets; in run_test_inet6()402 uint64_t pass_packets, total_packets = 0; in run_test_inet_random() local408 pass_packets = run_test_inet_one_pass_random(fibnum); in run_test_inet_random()415 total_packets += pass_packets; in run_test_inet_random()417 if (pass_packets == 0) in run_test_inet_random()[all …]