Searched defs:ceph_connection (Results 1 – 2 of 2) sorted by relevance
269 struct ceph_connection { struct272 const struct ceph_connection_operations *ops; argument274 struct ceph_messenger *msgr;276 atomic_t sock_state;277 struct socket *sock;278 struct ceph_entity_addr peer_addr; /* peer address */279 struct ceph_entity_addr peer_addr_for_me;281 unsigned long flags;282 unsigned long state;283 const char *error_msg; /* error message, if any */[all …]
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 …]