Home
last modified time | relevance | path

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

/linux-4.4.14/samples/bpf/
Dtest_verifier.c31 int prog_array_fixup[MAX_FIXUPS]; member
1117 .prog_array_fixup = {1},
1230 int *prog_array_fixup = tests[i].prog_array_fixup; in test() local
1243 if (*prog_array_fixup) { in test()
1247 prog[*prog_array_fixup].imm = prog_array_fd; in test()
1248 prog_array_fixup++; in test()
1249 } while (*prog_array_fixup); in test()