Searched defs:ceph_connection (Results 1 – 1 of 1) sorted by relevance
135 struct ceph_connection { struct139 const struct ceph_connection_operations *ops; argument141 struct ceph_messenger *msgr;142 struct socket *sock;143 unsigned long state; /* connection state (see flags above) */144 const char *error_msg; /* error message, if any */146 struct ceph_entity_addr peer_addr; /* peer address */147 struct ceph_entity_name peer_name; /* peer name */148 struct ceph_entity_addr peer_addr_for_me;149 unsigned peer_features;[all …]