Searched defs:ceph_connection (Results 1 – 1 of 1) sorted by relevance
184 struct ceph_connection { struct187 const struct ceph_connection_operations *ops; argument189 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 …]