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

/linux-master/tools/testing/selftests/bpf/
H A Dtest_verifier.c114 int fixup_map_sockhash[MAX_FIXUPS]; member in struct:bpf_test
1019 int *fixup_map_sockhash = test->fixup_map_sockhash; local
1131 if (*fixup_map_sockhash) {
1135 prog[*fixup_map_sockhash].imm = map_fds[10];
1136 fixup_map_sockhash++;
1137 } while (*fixup_map_sockhash);

Completed in 105 milliseconds