NUM_SCENARIOS
for (i = 0; i < NUM_SCENARIOS; i++)
static const struct test_scenario scenarios[NUM_SCENARIOS] = {
static __u8 pkt_buf[NUM_SCENARIOS][MAX_PKT_SIZE];
static __u32 pkt_len[NUM_SCENARIOS];
static __u8 expected_buf[NUM_SCENARIOS][MAX_ENCAP_SIZE];
static __u32 expected_len[NUM_SCENARIOS];
for (i = 0; i < NUM_SCENARIOS; i++) {