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

/linux-master/tools/testing/selftests/bpf/
H A Dtest_verifier.c111 int fixup_map_hash_16b[MAX_FIXUPS]; member in struct:bpf_test
1016 int *fixup_map_hash_16b = test->fixup_map_hash_16b; local
1065 if (*fixup_map_hash_16b) {
1069 prog[*fixup_map_hash_16b].imm = map_fds[2];
1070 fixup_map_hash_16b++;
1071 } while (*fixup_map_hash_16b);

Completed in 77 milliseconds