Searched defs:svc_cacherep (Results 1 – 1 of 1) sorted by relevance
16 struct svc_cacherep { struct17 struct hlist_node c_hash;18 struct list_head c_lru;20 unsigned char c_state, /* unused, inprog, done */21 c_type, /* status, buffer */22 c_secure : 1; /* req came from port < 1024 */23 struct sockaddr_in c_addr;24 __be32 c_xid;25 u32 c_prot;26 u32 c_proc;[all …]