Searched refs:load_bpf_testmod (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/testing/selftests/bpf/
H A Dtesting_helpers.h36 int load_bpf_testmod(bool verbose);
H A Dtesting_helpers.c387 int load_bpf_testmod(bool verbose) function
H A Dtest_verifier.c1775 if (load_bpf_testmod(verbose))
H A Dtest_progs.c1705 if (load_bpf_testmod(verbose())) {
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_mod_race.c51 if (!ASSERT_NEQ(load_bpf_testmod(false), 0, "load_module_thread must fail"))
182 ASSERT_OK(load_bpf_testmod(false), "restore bpf_testmod");

Completed in 101 milliseconds