Home
last modified time | relevance | path

Searched defs:io_accept (Results 1 – 1 of 1) sorted by relevance

/io_uring/
Dio_uring.c516 struct io_accept { struct
517 struct file *file;
518 struct sockaddr __user *addr;
519 int __user *addr_len;
520 int flags;
521 u32 file_slot;
522 unsigned long nofile;
5363 static int io_accept(struct io_kiocb *req, unsigned int issue_flags) in io_accept() function