Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_verifier.c75 int fixup_map_sockhash[MAX_FIXUPS]; member
626 int *fixup_map_sockhash = test->fixup_map_sockhash; in do_test_fixup() local
734 if (*fixup_map_sockhash) { in do_test_fixup()
738 prog[*fixup_map_sockhash].imm = map_fds[10]; in do_test_fixup()
739 fixup_map_sockhash++; in do_test_fixup()
740 } while (*fixup_map_sockhash); in do_test_fixup()
/external/linux-kselftest/tools/testing/selftests/bpf/verifier/
Dprevent_map_lookup.c26 .fixup_map_sockhash = { 3 },