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

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dpinning.c253 err = bpf_map__reuse_fd(map, map_fd);
H A Dselect_reuseport.c101 err = bpf_map__reuse_fd(map, outer_map);
/linux-master/tools/perf/util/
H A Dbpf_counter.c527 bpf_map__reuse_fd(evsel->follower_skel->maps.diff_readings, diff_map_fd);
/linux-master/tools/lib/bpf/
H A Dlibbpf.h970 LIBBPF_API int bpf_map__reuse_fd(struct bpf_map *map, int fd);
H A Dlibbpf.c4752 int bpf_map__reuse_fd(struct bpf_map *map, int fd) function
4995 err = bpf_map__reuse_fd(map, pin_fd);
/linux-master/tools/bpf/bpftool/
H A Dprog.c1754 err = bpf_map__reuse_fd(map, map_replace[j++].fd);

Completed in 226 milliseconds