Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/ceph/
Dmessenger.h23 struct ceph_connection_operations { struct
24 struct ceph_connection *(*get)(struct ceph_connection *);
25 void (*put)(struct ceph_connection *);
28 void (*dispatch) (struct ceph_connection *con, struct ceph_msg *m);
31 struct ceph_auth_handshake *(*get_authorizer) (
34 int (*add_authorizer_challenge)(struct ceph_connection *con,
37 int (*verify_authorizer_reply) (struct ceph_connection *con);
38 int (*invalidate_authorizer)(struct ceph_connection *con);
41 void (*fault) (struct ceph_connection *con);
45 void (*peer_reset) (struct ceph_connection *con);
[all …]
/kernel/linux/linux-6.6/include/linux/ceph/
Dmessenger.h25 struct ceph_connection_operations { struct
26 struct ceph_connection *(*get)(struct ceph_connection *);
27 void (*put)(struct ceph_connection *);
30 void (*dispatch) (struct ceph_connection *con, struct ceph_msg *m);
33 struct ceph_auth_handshake *(*get_authorizer) (
36 int (*add_authorizer_challenge)(struct ceph_connection *con,
39 int (*verify_authorizer_reply) (struct ceph_connection *con);
40 int (*invalidate_authorizer)(struct ceph_connection *con);
43 void (*fault) (struct ceph_connection *con);
47 void (*peer_reset) (struct ceph_connection *con);
[all …]