Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/ceph/
Dmessenger.h180 struct ceph_connection { struct
183 const struct ceph_connection_operations *ops; argument
185 struct ceph_messenger *msgr;
187 atomic_t sock_state;
188 struct socket *sock;
189 struct ceph_entity_addr peer_addr; /* peer address */
190 struct ceph_entity_addr peer_addr_for_me;
192 unsigned long flags;
193 unsigned long state;
194 const char *error_msg; /* error message, if any */
[all …]