Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/ceph/
A Dmessenger.h24 struct ceph_connection_operations { struct
25 struct ceph_connection *(*get)(struct ceph_connection *);
26 void (*put)(struct ceph_connection *);
32 struct ceph_auth_handshake *(*get_authorizer) (
42 void (*fault) (struct ceph_connection *con);
46 void (*peer_reset) (struct ceph_connection *con);
52 void (*reencode_message) (struct ceph_msg *msg);
54 int (*sign_message) (struct ceph_msg *msg);
55 int (*check_message_signature) (struct ceph_msg *msg);
58 int (*get_auth_request)(struct ceph_connection *con,
[all …]

Completed in 11 milliseconds