Searched defs:ceph_connection (Results 1 – 1 of 1) sorted by relevance
432 struct ceph_connection { struct435 const struct ceph_connection_operations *ops; argument437 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_* */446 struct ceph_entity_name peer_name; /* peer name */448 u64 peer_features;472 struct ceph_connection_v1_info v1; argument[all …]
Completed in 8 milliseconds