Home
last modified time | relevance | path

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

/linux/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")) in load_module_thread()
182 ASSERT_OK(load_bpf_testmod(false), "restore bpf_testmod"); in test_bpf_mod_race_config()
/linux/tools/testing/selftests/bpf/
H A Dtesting_helpers.h36 int load_bpf_testmod(bool verbose);
H A Dtesting_helpers.c431 int load_bpf_testmod(bool verbose) in load_bpf_testmod() function
H A Dtest_progs.c1968 if (load_bpf_testmod(verbose())) { in main()