Lines Matching defs:test_spec
150 struct test_spec { struct
151 struct ifobject *ifobj_tx;
152 struct ifobject *ifobj_rx;
153 struct pkt_stream *tx_pkt_stream_default;
154 struct pkt_stream *rx_pkt_stream_default;
155 struct bpf_program *xdp_prog_rx;
156 struct bpf_program *xdp_prog_tx;
157 struct bpf_map *xskmap_rx;
158 struct bpf_map *xskmap_tx;
159 test_func_t test_func;
160 int mtu;
161 u16 total_steps;
162 u16 current_step;
163 u16 nb_sockets;
164 bool fail;
165 enum test_mode mode;
166 char name[MAX_TEST_NAME_SIZE];