Home
last modified time | relevance | path

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

/linux-6.12.1/io_uring/
Dnet.c36 struct io_socket { struct
37 struct file *file;
38 int domain;
39 int type;
40 int protocol;
41 int flags;
42 u32 file_slot;
43 unsigned long nofile;
1639 int io_socket(struct io_kiocb *req, unsigned int issue_flags) in io_socket() function