Searched defs:io_socket (Results 1 – 1 of 1) sorted by relevance
37 struct io_socket { struct38 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