Lines Matching refs:ceph_connection
18 struct ceph_connection;
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);
32 struct ceph_connection *con,
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);
47 struct ceph_msg * (*alloc_msg) (struct ceph_connection *con,
246 struct ceph_connection *con;
269 struct ceph_connection { struct
356 extern void ceph_con_init(struct ceph_connection *con, void *private, argument
359 extern void ceph_con_open(struct ceph_connection *con,
362 extern bool ceph_con_opened(struct ceph_connection *con);
363 extern void ceph_con_close(struct ceph_connection *con);
364 extern void ceph_con_send(struct ceph_connection *con, struct ceph_msg *msg);
369 extern void ceph_con_keepalive(struct ceph_connection *con);
370 extern bool ceph_con_keepalive_expired(struct ceph_connection *con,