Searched defs:ceph_connection (Results 1 – 1 of 1) sorted by relevance
470 struct ceph_connection { struct473 const struct ceph_connection_operations *ops; argument475 struct ceph_messenger *msgr;477 int state; /* CEPH_CON_S_* */478 atomic_t sock_state;479 struct socket *sock;481 unsigned long flags; /* CEPH_CON_F_* */482 const char *error_msg; /* error message, if any */484 struct ceph_entity_name peer_name; /* peer name */485 struct ceph_entity_addr peer_addr; /* peer address */[all …]