Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dfile.h111 int receive_fd_replace(int new_fd, struct file *file, unsigned int o_flags);
/Linux-v6.6/fs/
Dfile.c1212 int receive_fd_replace(int new_fd, struct file *file, unsigned int o_flags) in receive_fd_replace() function
/Linux-v6.6/kernel/
Dseccomp.c1077 fd = receive_fd_replace(addfd->fd, addfd->file, addfd->flags); in seccomp_handle_addfd()