Lines Matching defs:ceph_connection
432 struct ceph_connection { struct
435 const struct ceph_connection_operations *ops; argument
437 struct ceph_messenger *msgr;
439 int state; /* CEPH_CON_S_* */
440 atomic_t sock_state;
441 struct socket *sock;
443 unsigned long flags; /* CEPH_CON_F_* */
444 const char *error_msg; /* error message, if any */
446 struct ceph_entity_name peer_name; /* peer name */
447 struct ceph_entity_addr peer_addr; /* peer address */
448 u64 peer_features;
472 struct ceph_connection_v1_info v1; argument
479 void ceph_con_flag_clear(struct ceph_connection *con, unsigned long con_flag); argument