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