Searched defs:ceph_connection_operations (Results 1 – 1 of 1) sorted by relevance
25 struct ceph_connection_operations { struct26 struct ceph_connection *(*get)(struct ceph_connection *);27 void (*put)(struct ceph_connection *);33 struct ceph_auth_handshake *(*get_authorizer) (43 void (*fault) (struct ceph_connection *con);47 void (*peer_reset) (struct ceph_connection *con);53 void (*reencode_message) (struct ceph_msg *msg);55 int (*sign_message) (struct ceph_msg *msg);59 int (*get_auth_request)(struct ceph_connection *con,66 int (*handle_auth_done)(struct ceph_connection *con,[all …]
Completed in 7 milliseconds