Searched refs:bpf_map__reuse_fd (Results 1 – 6 of 6) sorted by relevance
9 bpf_map__reuse_fd;
1053 LIBBPF_API int bpf_map__reuse_fd(struct bpf_map *map, int fd);
4893 int bpf_map__reuse_fd(struct bpf_map *map, int fd) in bpf_map__reuse_fd() function5130 err = bpf_map__reuse_fd(map, pin_fd); in bpf_object__reuse_map()
253 err = bpf_map__reuse_fd(map, map_fd); in test_pinning()
99 err = bpf_map__reuse_fd(map, outer_map); in prepare_bpf_obj()
1816 err = bpf_map__reuse_fd(map, map_replace[j++].fd); in load_with_options()