Searched defs:test_spec (Results 1 – 4 of 4) sorted by relevance
192 struct test_spec { struct193 struct ifobject *ifobj_tx;217 static inline char *mode_string(struct test_spec *test) in mode_string() argument
161 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
61 struct test_spec { struct62 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 …]
131 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