Searched defs:ceph_connection_operations (Results 1 – 1 of 1) sorted by relevance
24 struct ceph_connection_operations { struct25 struct ceph_connection *(*get)(struct ceph_connection *);26 void (*put)(struct ceph_connection *);29 void (*dispatch) (struct ceph_connection *con, struct ceph_msg *m);32 struct ceph_auth_handshake *(*get_authorizer) (35 int (*add_authorizer_challenge)(struct ceph_connection *con,38 int (*verify_authorizer_reply) (struct ceph_connection *con);39 int (*invalidate_authorizer)(struct ceph_connection *con);42 void (*fault) (struct ceph_connection *con);46 void (*peer_reset) (struct ceph_connection *con);[all …]