Searched refs:bpf_map__reuse_fd (Results 1 – 6 of 6) sorted by relevance
23 bpf_map__reuse_fd;
436 LIBBPF_API int bpf_map__reuse_fd(struct bpf_map *map, int fd);
3615 int bpf_map__reuse_fd(struct bpf_map *map, int fd) in bpf_map__reuse_fd() function4078 err = bpf_map__reuse_fd(map, pin_fd); in bpf_object__reuse_map()
244 err = bpf_map__reuse_fd(map, map_fd); in test_pinning()
110 err = bpf_map__reuse_fd(map, outer_map); in prepare_bpf_obj()
1554 err = bpf_map__reuse_fd(map, map_replace[j++].fd); in load_with_options()