Home
last modified time | relevance | path

Searched refs:bpf_get_map_info_from_fdinfo (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dlibbpf.c3619 static int bpf_get_map_info_from_fdinfo(int fd, struct bpf_map_info *info) in bpf_get_map_info_from_fdinfo() function
3664 err = bpf_get_map_info_from_fdinfo(fd, &info); in bpf_map__reuse_fd()
4087 err = bpf_get_map_info_from_fdinfo(map_fd, &map_info); in map_is_reuse_compat()
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dlibbpf.c4365 static int bpf_get_map_info_from_fdinfo(int fd, struct bpf_map_info *info) in bpf_get_map_info_from_fdinfo() function
4425 err = bpf_get_map_info_from_fdinfo(fd, &info); in bpf_map__reuse_fd()
5007 err = bpf_get_map_info_from_fdinfo(map_fd, &map_info); in map_is_reuse_compat()

Completed in 34 milliseconds