Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtailcalls.c1507 struct tc_bpf2bpf *tc_skel = NULL; in test_tailcall_freplace() local
1522 tc_skel = tc_bpf2bpf__open_and_load(); in test_tailcall_freplace()
1523 if (!ASSERT_OK_PTR(tc_skel, "tc_bpf2bpf__open_and_load")) in test_tailcall_freplace()
1526 prog_fd = bpf_program__fd(tc_skel->progs.entry_tc); in test_tailcall_freplace()
1548 prog_fd = bpf_program__fd(tc_skel->progs.entry_tc); in test_tailcall_freplace()
1555 tc_bpf2bpf__destroy(tc_skel); in test_tailcall_freplace()