Home
last modified time | relevance | path

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

/tools/lib/bpf/
Dlibbpf.map23 bpf_map__reuse_fd;
Dlibbpf.h333 LIBBPF_API int bpf_map__reuse_fd(struct bpf_map *map, int fd);
Dlibbpf.c1884 int bpf_map__reuse_fd(struct bpf_map *map, int fd) in bpf_map__reuse_fd() function
/tools/testing/selftests/bpf/
Dtest_select_reuseport.c105 err = bpf_map__reuse_fd(map, outer_map); in prepare_bpf_obj()
/tools/bpf/bpftool/
Dprog.c1285 err = bpf_map__reuse_fd(map, map_replace[j++].fd); in load_with_options()