Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/selftests/bpf/
Dtest_verifier.c114 int fixup_prog2[MAX_FIXUPS]; member
1019 int *fixup_prog2 = test->fixup_prog2; in do_test_fixup() local
1088 if (*fixup_prog2) { in do_test_fixup()
1091 prog[*fixup_prog2].imm = map_fds[5]; in do_test_fixup()
1092 fixup_prog2++; in do_test_fixup()
1093 } while (*fixup_prog2); in do_test_fixup()