Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/ceph/
Dmessenger.h184 struct ceph_connection { struct
187 const struct ceph_connection_operations *ops; argument
189 struct ceph_messenger *msgr;
191 atomic_t sock_state;
192 struct socket *sock;
193 struct ceph_entity_addr peer_addr; /* peer address */
194 struct ceph_entity_addr peer_addr_for_me;
196 unsigned long flags;
197 unsigned long state;
198 const char *error_msg; /* error message, if any */
[all …]