Lines Matching refs:con
3689 static struct ceph_connection *con_get(struct ceph_connection *con) in con_get() argument
3691 struct ceph_mds_session *s = con->private; in con_get()
3695 return con; in con_get()
3701 static void con_put(struct ceph_connection *con) in con_put() argument
3703 struct ceph_mds_session *s = con->private; in con_put()
3713 static void peer_reset(struct ceph_connection *con) in peer_reset() argument
3715 struct ceph_mds_session *s = con->private; in peer_reset()
3722 static void dispatch(struct ceph_connection *con, struct ceph_msg *msg) in dispatch() argument
3724 struct ceph_mds_session *s = con->private; in dispatch()
3774 static struct ceph_auth_handshake *get_authorizer(struct ceph_connection *con, in get_authorizer() argument
3777 struct ceph_mds_session *s = con->private; in get_authorizer()
3803 static int verify_authorizer_reply(struct ceph_connection *con, int len) in verify_authorizer_reply() argument
3805 struct ceph_mds_session *s = con->private; in verify_authorizer_reply()
3812 static int invalidate_authorizer(struct ceph_connection *con) in invalidate_authorizer() argument
3814 struct ceph_mds_session *s = con->private; in invalidate_authorizer()
3823 static struct ceph_msg *mds_alloc_msg(struct ceph_connection *con, in mds_alloc_msg() argument
3830 if (con->in_msg) in mds_alloc_msg()
3831 return con->in_msg; in mds_alloc_msg()
3844 static int sign_message(struct ceph_connection *con, struct ceph_msg *msg) in sign_message() argument
3846 struct ceph_mds_session *s = con->private; in sign_message()
3851 static int check_message_signature(struct ceph_connection *con, struct ceph_msg *msg) in check_message_signature() argument
3853 struct ceph_mds_session *s = con->private; in check_message_signature()