Lines Matching defs:test_spec
160 struct test_spec { struct
161 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;
170 int mtu;
171 u16 total_steps;
172 u16 current_step;
173 u16 nb_sockets;
174 bool fail;
175 bool set_ring;
176 enum test_mode mode;
177 char name[MAX_TEST_NAME_SIZE];