Searched defs:io_socket (Results 1 – 1 of 1) sorted by relevance
35 struct io_socket { struct36 struct file *file;37 int domain;38 int type;39 int protocol;40 int flags;41 u32 file_slot;42 unsigned long nofile;1463 int io_socket(struct io_kiocb *req, unsigned int issue_flags) in io_socket() function