Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dxskxceiver.h161 struct test_spec { struct
162 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 …]
H A Dtest_loader.c87 struct test_spec { struct
88 const char *prog_name;
89 struct test_subspec priv;
90 struct test_subspec unpriv;
91 const char *btf_custom_path;
92 int log_level;
93 int prog_flags;
94 int mode_mask;
95 int arch_mask;
96 int load_mask;
[all …]
H A Dtesting_helpers.c131 char *test_spec, in insert_test()
223 char *input, *state = NULL, *test_spec; in parse_test_list() local