Searched defs:ceph_connection_operations (Results 1 – 1 of 1) sorted by relevance
22 struct ceph_connection_operations { struct23 struct ceph_connection *(*get)(struct ceph_connection *);24 void (*put)(struct ceph_connection *);27 void (*dispatch) (struct ceph_connection *con, struct ceph_msg *m);30 int (*get_authorizer) (struct ceph_connection *con,33 int (*verify_authorizer_reply) (struct ceph_connection *con, int len);34 int (*invalidate_authorizer)(struct ceph_connection *con);37 void (*bad_proto) (struct ceph_connection *con);40 void (*fault) (struct ceph_connection *con);44 void (*peer_reset) (struct ceph_connection *con);[all …]