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