Searched defs:http_request (Results 1 – 1 of 1) sorted by relevance
10 struct http_request struct13 struct http_request *Next; argument16 struct socket *sock; 17 struct file *filp; 21 int FileLength; /* File length in bytes */22 int Time; /* mtime of the file, unix format */23 int BytesSent; /* The number of bytes already sent */24 int IsForUserspace; /* 1 means let Userspace handle this one */28 wait_queue_t sleep; /* For putting in the socket's waitqueue */31 char FileName[256]; /* The requested filename */[all …]