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