Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/net/
Dudpgso_bench_rx.c45 static int cfg_expected_pkt_nr; variable
282 if (cfg_expected_pkt_nr && packets >= cfg_expected_pkt_nr) in do_flush_udp()
318 cfg_expected_pkt_nr = strtoul(optarg, NULL, 0); in parse_opts()
392 if (cfg_expected_pkt_nr && (packets != cfg_expected_pkt_nr)) in do_recv()
394 packets, cfg_expected_pkt_nr); in do_recv()