Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtailcalls.c1665 struct tailcall_cgrp_storage_owner *owner_skel = NULL; in test_tailcall_cgrp_storage() local
1669 owner_skel = tailcall_cgrp_storage_owner__open_and_load(); in test_tailcall_cgrp_storage()
1670 if (!ASSERT_OK_PTR(owner_skel, "owner_open_and_load")) in test_tailcall_cgrp_storage()
1673 prog_array_fd = bpf_map__fd(owner_skel->maps.prog_array); in test_tailcall_cgrp_storage()
1674 storage_map_fd = bpf_map__fd(owner_skel->maps.storage_map); in test_tailcall_cgrp_storage()
1697 tailcall_cgrp_storage_owner__destroy(owner_skel); in test_tailcall_cgrp_storage()
1702 struct tailcall_cgrp_storage_owner *owner_skel = NULL; in test_tailcall_cgrp_storage_diff_storage() local
1706 owner_skel = tailcall_cgrp_storage_owner__open_and_load(); in test_tailcall_cgrp_storage_diff_storage()
1707 if (!ASSERT_OK_PTR(owner_skel, "owner_open_and_load")) in test_tailcall_cgrp_storage_diff_storage()
1710 prog_array_fd = bpf_map__fd(owner_skel->maps.prog_array); in test_tailcall_cgrp_storage_diff_storage()
[all …]