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