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