Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dtesting_helpers.c256 int testing_prog_flags(void) in testing_prog_flags() function
308 flags = bpf_program__flags(prog) | testing_prog_flags(); in bpf_prog_test_load()
331 .prog_flags = testing_prog_flags(), in bpf_test_load_program()
H A Dtesting_helpers.h58 int testing_prog_flags(void);
H A Dtest_loader.c415 spec->prog_flags = testing_prog_flags(); in parse_test_spec()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_verif_scale.c38 bpf_program__set_flags(prog, testing_prog_flags()); in check_load()
H A Dreg_bounds.c856 .prog_flags = testing_prog_flags(), in load_range_cmp_prog()