Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtailcalls.c1512 struct tailcall_freplace *freplace_skel = NULL; in test_tailcall_freplace() local
1526 freplace_skel = tailcall_freplace__open(); in test_tailcall_freplace()
1527 if (!ASSERT_OK_PTR(freplace_skel, "tailcall_freplace__open")) in test_tailcall_freplace()
1535 freplace_prog = freplace_skel->progs.entry_freplace; in test_tailcall_freplace()
1541 err = tailcall_freplace__load(freplace_skel); in test_tailcall_freplace()
1545 map_fd = bpf_map__fd(freplace_skel->maps.jmp_table); in test_tailcall_freplace()
1561 tailcall_freplace__destroy(freplace_skel); in test_tailcall_freplace()
1571 struct tailcall_freplace *freplace_skel = NULL; in test_tailcall_bpf2bpf_freplace() local
1589 freplace_skel = tailcall_freplace__open(); in test_tailcall_bpf2bpf_freplace()
1590 if (!ASSERT_OK_PTR(freplace_skel, "tailcall_freplace__open")) in test_tailcall_bpf2bpf_freplace()
[all …]