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