Home
last modified time | relevance | path

Searched refs:receive_fd_replace (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/include/linux/
Dfile.h107 int receive_fd_replace(int new_fd, struct file *file, unsigned int o_flags);
/Linux-v5.15/fs/
Dfile.c1139 int receive_fd_replace(int new_fd, struct file *file, unsigned int o_flags) in receive_fd_replace() function
/Linux-v5.15/kernel/
Dseccomp.c1058 fd = receive_fd_replace(addfd->fd, addfd->file, addfd->flags); in seccomp_handle_addfd()