Home
last modified time | relevance | path

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

/linux-6.12.1/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 int iou_flags;
32 u32 file_slot;
33 unsigned long nofile;
1543 int io_accept(struct io_kiocb *req, unsigned int issue_flags) in io_accept() function