Searched defs:test_spec (Results 1 – 3 of 3) sorted by relevance
161 struct test_spec { struct162 struct ifobject *ifobj_tx;163 struct ifobject *ifobj_rx;164 struct pkt_stream *tx_pkt_stream_default;165 struct pkt_stream *rx_pkt_stream_default;166 struct bpf_program *xdp_prog_rx;167 struct bpf_program *xdp_prog_tx;168 struct bpf_map *xskmap_rx;169 struct bpf_map *xskmap_tx;170 test_func_t test_func;[all …]
87 struct test_spec { global() struct 88 prog_nametest_spec global() argument 89 privtest_spec global() argument 90 unprivtest_spec global() argument 91 btf_custom_pathtest_spec global() argument 92 log_leveltest_spec global() argument 93 prog_flagstest_spec global() argument 94 mode_masktest_spec global() argument 95 arch_masktest_spec global() argument 96 load_masktest_spec global() argument 97 auxiliarytest_spec global() argument 98 validtest_spec global() argument [all...]
131 char *test_spec, in insert_test() argument 223 char *input, *state = NULL, *test_spec; in parse_test_list() local