Searched defs:io_accept (Results 1 – 1 of 1) sorted by relevance
421 struct io_accept { struct422 struct file *file;423 struct sockaddr __user *addr;424 int __user *addr_len;425 int flags;426 unsigned long nofile;4709 static int io_accept(struct io_kiocb *req, bool force_nonblock, in io_accept() function4835 static int io_accept(struct io_kiocb *req, bool force_nonblock, in io_accept() function