Home
last modified time | relevance | path

Searched defs:ceph_connection_operations (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/include/linux/ceph/
Dmessenger.h21 struct ceph_connection_operations { struct
22 struct ceph_connection *(*get)(struct ceph_connection *);
23 void (*put)(struct ceph_connection *);
26 void (*dispatch) (struct ceph_connection *con, struct ceph_msg *m);
29 struct ceph_auth_handshake *(*get_authorizer) (
32 int (*verify_authorizer_reply) (struct ceph_connection *con, int len);
33 int (*invalidate_authorizer)(struct ceph_connection *con);
36 void (*fault) (struct ceph_connection *con);
40 void (*peer_reset) (struct ceph_connection *con);
42 struct ceph_msg * (*alloc_msg) (struct ceph_connection *con,
[all …]