Searched refs:fixup_map_event_output (Results 1 – 2 of 2) sorted by relevance
/linux-6.14.4/tools/testing/selftests/bpf/verifier/ |
D | event_output.c | 43 .fixup_map_event_output = { 4 }, 51 .fixup_map_event_output = { 4 }, 59 .fixup_map_event_output = { 4 }, 67 .fixup_map_event_output = { 4 }, 75 .fixup_map_event_output = { 4 }, 83 .fixup_map_event_output = { 4 }, 91 .fixup_map_event_output = { 4 }, 99 .fixup_map_event_output = { 4 }, 107 .fixup_map_event_output = { 4 }, 116 .fixup_map_event_output = { 4 },
|
/linux-6.14.4/tools/testing/selftests/bpf/ |
D | test_verifier.c | 123 int fixup_map_event_output[MAX_FIXUPS]; member 1028 int *fixup_map_event_output = test->fixup_map_event_output; in do_test_fixup() local 1194 if (*fixup_map_event_output) { in do_test_fixup() 1198 prog[*fixup_map_event_output].imm = map_fds[18]; in do_test_fixup() 1199 fixup_map_event_output++; in do_test_fixup() 1200 } while (*fixup_map_event_output); in do_test_fixup()
|