Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/net/
Dudpgso_bench_rx.c47 static int cfg_expected_gso_size; variable
258 if (!cfg_expected_gso_size) in do_flush_udp()
275 if (cfg_expected_gso_size && cfg_expected_gso_size != gso_size) in do_flush_udp()
278 cfg_expected_gso_size); in do_flush_udp()
330 cfg_expected_gso_size = strtol(optarg, NULL, 0); in parse_opts()