Home
last modified time | relevance | path

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

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