ceph_connection 16 include/linux/ceph/messenger.h struct ceph_connection; ceph_connection 22 include/linux/ceph/messenger.h struct ceph_connection *(*get)(struct ceph_connection *); ceph_connection 23 include/linux/ceph/messenger.h void (*put)(struct ceph_connection *); ceph_connection 26 include/linux/ceph/messenger.h void (*dispatch) (struct ceph_connection *con, struct ceph_msg *m); ceph_connection 30 include/linux/ceph/messenger.h struct ceph_connection *con, ceph_connection 32 include/linux/ceph/messenger.h int (*verify_authorizer_reply) (struct ceph_connection *con, int len); ceph_connection 33 include/linux/ceph/messenger.h int (*invalidate_authorizer)(struct ceph_connection *con); ceph_connection 36 include/linux/ceph/messenger.h void (*fault) (struct ceph_connection *con); ceph_connection 40 include/linux/ceph/messenger.h void (*peer_reset) (struct ceph_connection *con); ceph_connection 42 include/linux/ceph/messenger.h struct ceph_msg * (*alloc_msg) (struct ceph_connection *con, ceph_connection 153 include/linux/ceph/messenger.h struct ceph_connection *con; ceph_connection 262 include/linux/ceph/messenger.h extern void ceph_con_init(struct ceph_connection *con, void *private, ceph_connection 265 include/linux/ceph/messenger.h extern void ceph_con_open(struct ceph_connection *con, ceph_connection 268 include/linux/ceph/messenger.h extern bool ceph_con_opened(struct ceph_connection *con); ceph_connection 269 include/linux/ceph/messenger.h extern void ceph_con_close(struct ceph_connection *con); ceph_connection 270 include/linux/ceph/messenger.h extern void ceph_con_send(struct ceph_connection *con, struct ceph_msg *msg); ceph_connection 275 include/linux/ceph/messenger.h extern void ceph_con_keepalive(struct ceph_connection *con); ceph_connection 73 include/linux/ceph/mon_client.h struct ceph_connection con; ceph_connection 35 include/linux/ceph/osd_client.h struct ceph_connection o_con;