Home
last modified time | relevance | path

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

/Linux-v6.6/io_uring/
Dnet.c26 struct io_accept { struct
27 struct file *file;
28 struct sockaddr __user *addr;
29 int __user *addr_len;
30 int flags;
31 u32 file_slot;
32 unsigned long nofile;
1323 int io_accept(struct io_kiocb *req, unsigned int issue_flags) in io_accept() function