Searched defs:io_accept (Results 1 – 1 of 1) sorted by relevance
516 struct io_accept { struct517 struct file *file;518 struct sockaddr __user *addr;519 int __user *addr_len;520 int flags;521 u32 file_slot;522 unsigned long nofile;5363 static int io_accept(struct io_kiocb *req, unsigned int issue_flags) in io_accept() function