Searched defs:io_accept (Results 1 – 1 of 1) sorted by relevance
525 struct io_accept { struct526 struct file *file;527 struct sockaddr __user *addr;528 int __user *addr_len;529 int flags;530 u32 file_slot;531 unsigned long nofile;5054 static int io_accept(struct io_kiocb *req, unsigned int issue_flags) in io_accept() function