Searched refs:storage_map_fd (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | tailcalls.c | 1667 int err, key = 0, prog_array_fd, prog_fd, storage_map_fd; in test_tailcall_cgrp_storage() local 1674 storage_map_fd = bpf_map__fd(owner_skel->maps.storage_map); in test_tailcall_cgrp_storage() 1684 err = bpf_map__reuse_fd(skel->maps.storage_map, storage_map_fd); in test_tailcall_cgrp_storage() 1788 int err, key = 0, prog_array_fd, prog_fd, storage_map_fd; in test_tailcall_cgrp_storage_no_storage_bridge() local 1795 storage_map_fd = bpf_map__fd(owner_skel->maps.storage_map); in test_tailcall_cgrp_storage_no_storage_bridge() 1807 err = bpf_map__reuse_fd(callee_skel->maps.storage_map, storage_map_fd); in test_tailcall_cgrp_storage_no_storage_bridge()
|