Searched defs:ceph_connection (Results 1 – 1 of 1) sorted by relevance
472 struct ceph_connection { struct475 const struct ceph_connection_operations *ops; argument477 struct ceph_messenger *msgr;479 int state; /* CEPH_CON_S_* */480 atomic_t sock_state;481 struct socket *sock;483 unsigned long flags; /* CEPH_CON_F_* */484 const char *error_msg; /* error message, if any */486 struct ceph_entity_name peer_name; /* peer name */487 struct ceph_entity_addr peer_addr; /* peer address */[all …]