Searched refs:testing_prog_flags (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/testing/selftests/bpf/
H A Dtesting_helpers.h56 int testing_prog_flags(void);
H A Dtesting_helpers.c255 int testing_prog_flags(void) function
307 flags = bpf_program__flags(prog) | testing_prog_flags();
330 .prog_flags = testing_prog_flags(),
H A Dtest_loader.c184 spec->prog_flags = testing_prog_flags();
H A Dtest_sock_addr.c683 bpf_program__set_flags(prog, testing_prog_flags());
H A Dtest_verifier.c1557 pflags = testing_prog_flags();
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_verif_scale.c38 bpf_program__set_flags(prog, testing_prog_flags());
H A Dreg_bounds.c843 .prog_flags = testing_prog_flags(),

Completed in 154 milliseconds