Searched defs:ceph_connection (Results 1 – 1 of 1) sorted by relevance
253 struct ceph_connection { struct256 const struct ceph_connection_operations *ops; argument258 struct ceph_messenger *msgr;260 atomic_t sock_state;261 struct socket *sock;262 struct ceph_entity_addr peer_addr; /* peer address */263 struct ceph_entity_addr peer_addr_for_me;265 unsigned long flags;266 unsigned long state;267 const char *error_msg; /* error message, if any */[all …]