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

/linux-master/tools/lib/bpf/
H A Dlibbpf_internal.h614 /* Point *fixed_fd* to the same file that *tmp_fd* points to.
616 * Whatever *fixed_fd* pointed to is closed silently.
618 static inline int reuse_fd(int fixed_fd, int tmp_fd) argument
622 err = sys_dup2(tmp_fd, fixed_fd);

Completed in 95 milliseconds