Searched refs:fixup_map_event_output (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/testing/selftests/bpf/verifier/
H A Devent_output.c43 .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
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dtest_verifier.c127 int fixup_map_event_output[MAX_FIXUPS]; member in struct:bpf_test
1032 int *fixup_map_event_output = test->fixup_map_event_output; local
1198 if (*fixup_map_event_output) {
1202 prog[*fixup_map_event_output].imm = map_fds[18];
1203 fixup_map_event_output++;
1204 } while (*fixup_map_event_output);

Completed in 105 milliseconds