Lines Matching defs:test_spec
176 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;
186 u16 total_steps;
187 u16 current_step;
188 u16 nb_sockets;
189 bool fail;
190 enum test_mode mode;
191 char name[MAX_TEST_NAME_SIZE];