Home
last modified time | relevance | path

Searched defs:test_spec (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_xsk.h192 struct test_spec { struct
193 struct ifobject *ifobj_tx;
217 static inline char *mode_string(struct test_spec *test) in mode_string() argument
/linux/tools/testing/selftests/bpf/
H A Dxskxceiver.h161 struct test_spec { global() struct
162 ifobj_txtest_spec global() argument
163 ifobj_rxtest_spec global() argument
164 tx_pkt_stream_defaulttest_spec global() argument
165 rx_pkt_stream_defaulttest_spec global() argument
166 xdp_prog_rxtest_spec global() argument
167 xdp_prog_txtest_spec global() argument
168 xskmap_rxtest_spec global() argument
169 xskmap_txtest_spec global() argument
170 test_functest_spec global() argument
171 mtutest_spec global() argument
172 total_stepstest_spec global() argument
173 current_steptest_spec global() argument
174 nb_socketstest_spec global() argument
175 failtest_spec global() argument
176 set_ringtest_spec global() argument
177 adjust_tailtest_spec global() argument
178 adjust_tail_supporttest_spec global() argument
179 modetest_spec global() argument
180 nametest_spec global() argument
H A Dtest_loader.c61 struct test_spec { struct
62 const char *prog_name;
63 struct test_subspec priv;
64 struct test_subspec unpriv;
65 const char *btf_custom_path;
66 const char *btf_custom_func_path;
67 int log_level;
68 int prog_flags;
69 int mode_mask;
70 int arch_mask;
[all …]
H A Dtesting_helpers.c131 insert_test(struct test_filter_set * set,char * test_spec,bool is_glob_pattern) insert_test() argument
224 char *input, *state = NULL, *test_spec; parse_test_list() local