Home
last modified time | relevance | path

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

/linux-6.15/tools/lib/bpf/
H A Dlibbpf.map9 bpf_map__reuse_fd;
H A Dlibbpf.h1030 LIBBPF_API int bpf_map__reuse_fd(struct bpf_map *map, int fd);
H A Dlibbpf.c4887 int bpf_map__reuse_fd(struct bpf_map *map, int fd) in bpf_map__reuse_fd() function
5124 err = bpf_map__reuse_fd(map, pin_fd); in bpf_object__reuse_map()
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dpinning.c253 err = bpf_map__reuse_fd(map, map_fd); in test_pinning()
H A Dselect_reuseport.c99 err = bpf_map__reuse_fd(map, outer_map); in prepare_bpf_obj()
/linux-6.15/tools/perf/util/
H A Dbpf_counter.c548 bpf_map__reuse_fd(evsel->follower_skel->maps.diff_readings, diff_map_fd); in bperf__load()
/linux-6.15/tools/bpf/bpftool/
H A Dprog.c1761 err = bpf_map__reuse_fd(map, map_replace[j++].fd); in load_with_options()