Searched defs:io_accept (Results 1 – 2 of 2) sorted by relevance
26 struct io_accept { struct27 struct file *file;28 struct sockaddr __user *addr;29 int __user *addr_len;30 int flags;31 u32 file_slot;32 unsigned long nofile;1385 int io_accept(struct io_kiocb *req, unsigned int issue_flags) in io_accept() function
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;5215 static int io_accept(struct io_kiocb *req, unsigned int issue_flags) in io_accept() function