Home
last modified time | relevance | path

Searched defs:uri_desc_s (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.h123 typedef struct uri_desc_s { struct
124 struct uri_desc_s *hash; /* Hash *next */ argument
125 uint64_t hit; /* Hit counter */
126 clock_t expire; /* URI lbolt expires on (-1 = NEVER) */
128 void *sslctx; /* SSL context */
130 boolean_t nocache; /* URI no cache */
131 boolean_t conditional; /* Conditional response */
132 uint32_t hvalue; /* Hashed value */
134 mblk_t *reqmp; /* Request mblk_t */
135 str_t path; /* Path name of response */
[all …]