Searched refs:bpf_map__reuse_fd (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | tailcalls.c | 1680 err = bpf_map__reuse_fd(skel->maps.prog_array, prog_array_fd); in test_tailcall_cgrp_storage() 1684 err = bpf_map__reuse_fd(skel->maps.storage_map, storage_map_fd); in test_tailcall_cgrp_storage() 1716 err = bpf_map__reuse_fd(skel->maps.prog_array, prog_array_fd); in test_tailcall_cgrp_storage_diff_storage() 1743 err = bpf_map__reuse_fd(skel->maps.prog_array, prog_array_fd); in test_tailcall_cgrp_storage_no_storage() 1803 err = bpf_map__reuse_fd(callee_skel->maps.prog_array, prog_array_fd); 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() 1824 err = bpf_map__reuse_fd(bridge_skel->maps.prog_array, prog_array_fd); in test_tailcall_cgrp_storage_no_storage_bridge()
|
| H A D | pinning.c | 253 err = bpf_map__reuse_fd(map, map_fd); in test_pinning()
|
| H A D | select_reuseport.c | 95 err = bpf_map__reuse_fd(map, outer_map); in prepare_bpf_obj()
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf.map | 9 bpf_map__reuse_fd;
|
| H A D | libbpf.c | 5062 int bpf_map__reuse_fd(struct bpf_map *map, int fd) in bpf_map__reuse_fd() function 5313 err = bpf_map__reuse_fd(map, pin_fd); in bpf_object__reuse_map()
|
| /linux/tools/perf/util/ |
| H A D | bpf_counter.c | 607 bpf_map__reuse_fd(evsel->follower_skel->maps.diff_readings, diff_map_fd); in bperf__load()
|