Searched defs:test_spec (Results 1 – 3 of 3) sorted by relevance
176 struct test_spec { struct177 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 …]
57 struct test_spec { struct58 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
130 char *test_spec, in insert_test()222 char *input, *state = NULL, *test_spec; in parse_test_list() local