Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtailcalls.c1786 struct tailcall_cgrp_storage_no_storage *bridge_skel = NULL; in test_tailcall_cgrp_storage_no_storage_bridge() local
1820 bridge_skel = tailcall_cgrp_storage_no_storage__open(); in test_tailcall_cgrp_storage_no_storage_bridge()
1821 if (!ASSERT_OK_PTR(bridge_skel, "tailcall_cgrp_storage_no_storage__open")) in test_tailcall_cgrp_storage_no_storage_bridge()
1824 err = bpf_map__reuse_fd(bridge_skel->maps.prog_array, prog_array_fd); in test_tailcall_cgrp_storage_no_storage_bridge()
1828 err = bpf_object__load(bridge_skel->obj); in test_tailcall_cgrp_storage_no_storage_bridge()
1831 tailcall_cgrp_storage_no_storage__destroy(bridge_skel); in test_tailcall_cgrp_storage_no_storage_bridge()