Home
last modified time | relevance | path

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

/linux-6.8/tools/testing/selftests/bpf/
Dxskxceiver.h150 struct test_spec { struct
151 struct ifobject *ifobj_tx;
152 struct ifobject *ifobj_rx;
153 struct pkt_stream *tx_pkt_stream_default;
154 struct pkt_stream *rx_pkt_stream_default;
155 struct bpf_program *xdp_prog_rx;
156 struct bpf_program *xdp_prog_tx;
157 struct bpf_map *xskmap_rx;
158 struct bpf_map *xskmap_tx;
159 test_func_t test_func;
[all …]
Dtest_loader.c58 struct test_spec { struct
59 const char *prog_name;
60 struct test_subspec priv;
61 struct test_subspec unpriv;
62 const char *btf_custom_path;
63 int log_level;
64 int prog_flags;
65 int mode_mask;
66 bool auxiliary;
90 static void free_test_spec(struct test_spec *spec) in free_test_spec() argument
Dtesting_helpers.c130 char *test_spec, in insert_test()
222 char *input, *state = NULL, *test_spec; in parse_test_list() local