Searched defs:io_accept (Results 1 – 1 of 1) sorted by relevance
27 struct io_accept { struct28 struct file *file;29 struct sockaddr __user *addr;30 int __user *addr_len;31 int flags;32 int iou_flags;33 u32 file_slot;34 unsigned long nofile;1602 int io_accept(struct io_kiocb *req, unsigned int issue_flags) in io_accept() function