Home
last modified time | relevance | path

Searched defs:test_env (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/bpf/
H A Dtest_progs.h102 struct test_env { struct
103 struct test_selector test_selector;
104 struct test_selector subtest_selector;
105 struct test_selector tmon_selector;
106 bool verifier_stats;
107 bool debug;
108 bool error_summary;
109 enum verbosity verbosity;
111 bool jit_enabled;
112 bool has_testmod;
[all …]
H A Dtest_sockmap.c113 struct test_env { struct
126 struct test_env env; argument