Lines Matching refs:ceph_connection
16 struct ceph_connection;
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);
30 struct ceph_connection *con,
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,
45 int (*sign_message) (struct ceph_connection *con, struct ceph_msg *msg);
47 int (*check_message_signature) (struct ceph_connection *con,
161 struct ceph_connection *con;
184 struct ceph_connection { struct
271 extern void ceph_con_init(struct ceph_connection *con, void *private, argument
274 extern void ceph_con_open(struct ceph_connection *con,
277 extern bool ceph_con_opened(struct ceph_connection *con);
278 extern void ceph_con_close(struct ceph_connection *con);
279 extern void ceph_con_send(struct ceph_connection *con, struct ceph_msg *msg);
284 extern void ceph_con_keepalive(struct ceph_connection *con);