Searched defs:test_spec (Results 1 – 3 of 3) sorted by relevance
160 struct test_spec { struct161 struct ifobject *ifobj_tx;162 struct ifobject *ifobj_rx;163 struct pkt_stream *tx_pkt_stream_default;164 struct pkt_stream *rx_pkt_stream_default;165 struct bpf_program *xdp_prog_rx;166 struct bpf_program *xdp_prog_tx;167 struct bpf_map *xskmap_rx;168 struct bpf_map *xskmap_tx;169 test_func_t test_func;[all …]
81 struct test_spec { struct82 const char *prog_name;83 struct test_subspec priv;84 struct test_subspec unpriv;85 const char *btf_custom_path;86 int log_level;87 int prog_flags;88 int mode_mask;89 int arch_mask;90 bool auxiliary;[all …]
131 char *test_spec, in insert_test()223 char *input, *state = NULL, *test_spec; in parse_test_list() local