Searched refs:epilogue_tailcall (Results 1 – 2 of 2) sorted by relevance
17 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()
45 struct bpf_testmod_st_ops epilogue_tailcall = { variable