Home
last modified time | relevance | path

Searched refs:fixup_prog2 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_verifier.c116 int fixup_prog2[MAX_FIXUPS]; member
1021 int *fixup_prog2 = test->fixup_prog2; in do_test_fixup() local
1090 if (*fixup_prog2) { in do_test_fixup()
1093 prog[*fixup_prog2].imm = map_fds[5]; in do_test_fixup()
1094 fixup_prog2++; in do_test_fixup()
1095 } while (*fixup_prog2); in do_test_fixup()