Home
last modified time | relevance | path

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

/Linux-v6.6/io_uring/
Dnet.c35 struct io_socket { struct
36 struct file *file;
37 int domain;
38 int type;
39 int protocol;
40 int flags;
41 u32 file_slot;
42 unsigned long nofile;
1402 int io_socket(struct io_kiocb *req, unsigned int issue_flags) in io_socket() function