Searched refs:tc_skel (Results 1 – 1 of 1) sorted by relevance
1507 struct tc_bpf2bpf *tc_skel = NULL; in test_tailcall_freplace() local1522 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()