Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dnet.c37 struct io_socket { struct
38 struct file *file;
39 int domain;
40 int type;
41 int protocol;
42 int flags;
43 u32 file_slot;
44 unsigned long nofile;
1724 int io_socket(struct io_kiocb *req, unsigned int issue_flags) in io_socket() function