Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/
H A Dxskxceiver.h176 struct test_spec { struct
177 struct ifobject *ifobj_tx;
178 struct ifobject *ifobj_rx;
179 struct pkt_stream *tx_pkt_stream_default;
180 struct pkt_stream *rx_pkt_stream_default;
181 struct bpf_program *xdp_prog_rx;
182 struct bpf_program *xdp_prog_tx;
183 struct bpf_map *xskmap_rx;
184 struct bpf_map *xskmap_tx;
185 int mtu;
[all …]
H A Dtest_loader.c57 struct test_spec { struct
58 const char *prog_name;
59 struct test_subspec priv;
60 struct test_subspec unpriv;
61 int log_level;
62 int prog_flags;
63 int mode_mask;
64 bool auxiliary;
88 static void free_test_spec(struct test_spec *spec) in free_test_spec() argument
H A Dtesting_helpers.c130 char *test_spec, in insert_test()
222 char *input, *state = NULL, *test_spec; in parse_test_list() local