Lines Matching defs:con
979 static void osd_reset(struct ceph_connection *con) in osd_reset()
1741 struct ceph_connection *con) in handle_reply()
2782 static void dispatch(struct ceph_connection *con, struct ceph_msg *msg) in dispatch()
2815 static struct ceph_msg *get_reply(struct ceph_connection *con, in get_reply()
2888 static struct ceph_msg *alloc_msg(struct ceph_connection *con, in alloc_msg()
2914 static struct ceph_connection *get_osd_con(struct ceph_connection *con) in get_osd_con()
2922 static void put_osd_con(struct ceph_connection *con) in put_osd_con()
2935 static struct ceph_auth_handshake *get_authorizer(struct ceph_connection *con, in get_authorizer()
2964 static int verify_authorizer_reply(struct ceph_connection *con, int len) in verify_authorizer_reply()
2973 static int invalidate_authorizer(struct ceph_connection *con) in invalidate_authorizer()
2983 static int sign_message(struct ceph_connection *con, struct ceph_msg *msg) in sign_message()
2990 static int check_message_signature(struct ceph_connection *con, struct ceph_msg *msg) in check_message_signature()