Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dpro_epilogue.c17 struct epilogue_tailcall *skel; in test_tailcall()
28 skel->links.epilogue_tailcall = in test_tailcall()
29 bpf_map__attach_struct_ops(skel->maps.epilogue_tailcall); in test_tailcall()
30 if (!ASSERT_OK_PTR(skel->links.epilogue_tailcall, "attach_struct_ops")) in test_tailcall()
/linux-6.12.1/tools/testing/selftests/bpf/progs/
Depilogue_tailcall.c45 struct bpf_testmod_st_ops epilogue_tailcall = { variable