Searched defs:ceph_connection (Results 1 – 1 of 1) sorted by relevance
429 struct ceph_connection { struct432 const struct ceph_connection_operations *ops; argument434 struct ceph_messenger *msgr;436 int state; /* CEPH_CON_S_* */437 atomic_t sock_state;438 struct socket *sock;440 unsigned long flags; /* CEPH_CON_F_* */441 const char *error_msg; /* error message, if any */443 struct ceph_entity_name peer_name; /* peer name */444 struct ceph_entity_addr peer_addr; /* peer address */[all …]