Home
last modified time | relevance | path

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

/Linux-v5.15/fs/
Dio_uring.c517 struct io_accept { struct
518 struct file *file;
519 struct sockaddr __user *addr;
520 int __user *addr_len;
521 int flags;
522 u32 file_slot;
523 unsigned long nofile;
5106 static int io_accept(struct io_kiocb *req, unsigned int issue_flags) in io_accept() function