Home
last modified time | relevance | path

Searched defs:sess_data (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/cifs/
Dsess.c556 struct sess_data { struct
560 void (*func)(struct sess_data *); argument
575 sess_alloc_buffer(struct sess_data *sess_data, int wct) in sess_alloc_buffer()
613 sess_free_buffer(struct sess_data *sess_data) in sess_free_buffer()
622 sess_establish_session(struct sess_data *sess_data) in sess_establish_session()
654 sess_sendreceive(struct sess_data *sess_data) in sess_sendreceive()
685 sess_auth_lanman(struct sess_data *sess_data) in sess_auth_lanman()
792 sess_auth_ntlm(struct sess_data *sess_data) in sess_auth_ntlm()
902 sess_auth_ntlmv2(struct sess_data *sess_data) in sess_auth_ntlmv2()
1011 sess_auth_kerberos(struct sess_data *sess_data) in sess_auth_kerberos()
[all …]
Dsmb2pdu.c1014 SMB2_sess_alloc_buffer(struct SMB2_sess_data *sess_data) in SMB2_sess_alloc_buffer()
1067 SMB2_sess_free_buffer(struct SMB2_sess_data *sess_data) in SMB2_sess_free_buffer()
1074 SMB2_sess_sendreceive(struct SMB2_sess_data *sess_data) in SMB2_sess_sendreceive()
1102 SMB2_sess_establish_session(struct SMB2_sess_data *sess_data) in SMB2_sess_establish_session()
1133 SMB2_auth_kerberos(struct SMB2_sess_data *sess_data) in SMB2_auth_kerberos()
1201 SMB2_auth_kerberos(struct SMB2_sess_data *sess_data) in SMB2_auth_kerberos()
1213 SMB2_sess_auth_rawntlmssp_negotiate(struct SMB2_sess_data *sess_data) in SMB2_sess_auth_rawntlmssp_negotiate()
1302 SMB2_sess_auth_rawntlmssp_authenticate(struct SMB2_sess_data *sess_data) in SMB2_sess_auth_rawntlmssp_authenticate()
1355 SMB2_select_sec(struct cifs_ses *ses, struct SMB2_sess_data *sess_data) in SMB2_select_sec()
1388 struct SMB2_sess_data *sess_data; in SMB2_sess_setup() local