Searched defs:io_accept (Results 1 – 1 of 1) sorted by relevance
423 struct io_accept { struct424 struct file *file;425 struct sockaddr __user *addr;426 int __user *addr_len;427 int flags;428 unsigned long nofile;4756 static int io_accept(struct io_kiocb *req, bool force_nonblock, in io_accept() function4883 static int io_accept(struct io_kiocb *req, bool force_nonblock, in io_accept() function