Searched defs:sess_data (Results 1 – 2 of 2) sorted by relevance
550 struct sess_data { struct554 void (*func)(struct sess_data *); argument569 sess_alloc_buffer(struct sess_data *sess_data, int wct) in sess_alloc_buffer()607 sess_free_buffer(struct sess_data *sess_data) in sess_free_buffer()616 sess_establish_session(struct sess_data *sess_data) in sess_establish_session()648 sess_sendreceive(struct sess_data *sess_data) in sess_sendreceive()676 sess_auth_lanman(struct sess_data *sess_data) in sess_auth_lanman()783 sess_auth_ntlm(struct sess_data *sess_data) in sess_auth_ntlm()893 sess_auth_ntlmv2(struct sess_data *sess_data) in sess_auth_ntlmv2()1002 sess_auth_kerberos(struct sess_data *sess_data) in sess_auth_kerberos()[all …]
629 SMB2_sess_alloc_buffer(struct SMB2_sess_data *sess_data) in SMB2_sess_alloc_buffer()673 SMB2_sess_free_buffer(struct SMB2_sess_data *sess_data) in SMB2_sess_free_buffer()680 SMB2_sess_sendreceive(struct SMB2_sess_data *sess_data) in SMB2_sess_sendreceive()704 SMB2_sess_establish_session(struct SMB2_sess_data *sess_data) in SMB2_sess_establish_session()735 SMB2_auth_kerberos(struct SMB2_sess_data *sess_data) in SMB2_auth_kerberos()803 SMB2_auth_kerberos(struct SMB2_sess_data *sess_data) in SMB2_auth_kerberos()815 SMB2_sess_auth_rawntlmssp_negotiate(struct SMB2_sess_data *sess_data) in SMB2_sess_auth_rawntlmssp_negotiate()906 SMB2_sess_auth_rawntlmssp_authenticate(struct SMB2_sess_data *sess_data) in SMB2_sess_auth_rawntlmssp_authenticate()961 SMB2_select_sec(struct cifs_ses *ses, struct SMB2_sess_data *sess_data) in SMB2_select_sec()987 struct SMB2_sess_data *sess_data; in SMB2_sess_setup() local