Lines Matching refs:ceph_connection
17 struct ceph_connection;
23 struct ceph_connection *(*get)(struct ceph_connection *);
24 void (*put)(struct ceph_connection *);
27 void (*dispatch) (struct ceph_connection *con, struct ceph_msg *m);
31 struct ceph_connection *con,
33 int (*verify_authorizer_reply) (struct ceph_connection *con, int len);
34 int (*invalidate_authorizer)(struct ceph_connection *con);
37 void (*fault) (struct ceph_connection *con);
41 void (*peer_reset) (struct ceph_connection *con);
43 struct ceph_msg * (*alloc_msg) (struct ceph_connection *con,
157 struct ceph_connection *con;
180 struct ceph_connection { struct
268 extern void ceph_con_init(struct ceph_connection *con, void *private, argument
271 extern void ceph_con_open(struct ceph_connection *con,
274 extern bool ceph_con_opened(struct ceph_connection *con);
275 extern void ceph_con_close(struct ceph_connection *con);
276 extern void ceph_con_send(struct ceph_connection *con, struct ceph_msg *msg);
281 extern void ceph_con_keepalive(struct ceph_connection *con);
282 extern bool ceph_con_keepalive_expired(struct ceph_connection *con,