Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtailcalls.c1680 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 Dpinning.c253 err = bpf_map__reuse_fd(map, map_fd); in test_pinning()
H A Dselect_reuseport.c95 err = bpf_map__reuse_fd(map, outer_map); in prepare_bpf_obj()
/linux/tools/lib/bpf/
H A Dlibbpf.map9 bpf_map__reuse_fd;
H A Dlibbpf.c5062 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 Dbpf_counter.c607 bpf_map__reuse_fd(evsel->follower_skel->maps.diff_readings, diff_map_fd); in bperf__load()