Home
last modified time | relevance | path

Searched refs:reuse_fd (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/tools/lib/bpf/
H A Dlibbpf_internal.h674 static inline int reuse_fd(int fixed_fd, int tmp_fd) in reuse_fd() function
H A Dlibbpf.c4921 err = reuse_fd(map->fd, new_fd); in bpf_map__reuse_fd()
5330 return reuse_fd(map->fd, map_fd); in bpf_object__create_map()