Searched defs:sess_data (Results 1 – 2 of 2) sorted by relevance
1309 struct sess_data { struct1314 void (*func)(struct sess_data *); argument1330 sess_alloc_buffer(struct sess_data *sess_data, int wct) in sess_alloc_buffer()1368 sess_free_buffer(struct sess_data *sess_data) in sess_free_buffer()1385 sess_establish_session(struct sess_data *sess_data) in sess_establish_session()1413 sess_sendreceive(struct sess_data *sess_data) in sess_sendreceive()1435 sess_auth_ntlmv2(struct sess_data *sess_data) in sess_auth_ntlmv2()1545 sess_auth_kerberos(struct sess_data *sess_data) in sess_auth_kerberos()1689 _sess_auth_rawntlmssp_assemble_req(struct sess_data *sess_data) in _sess_auth_rawntlmssp_assemble_req()1727 sess_auth_rawntlmssp_negotiate(struct sess_data *sess_data) in sess_auth_rawntlmssp_negotiate()[all …]
1458 SMB2_sess_alloc_buffer(struct SMB2_sess_data *sess_data) in SMB2_sess_alloc_buffer()1533 SMB2_sess_free_buffer(struct SMB2_sess_data *sess_data) in SMB2_sess_free_buffer()1546 SMB2_sess_sendreceive(struct SMB2_sess_data *sess_data) in SMB2_sess_sendreceive()1586 SMB2_sess_establish_session(struct SMB2_sess_data *sess_data) in SMB2_sess_establish_session()1614 SMB2_auth_kerberos(struct SMB2_sess_data *sess_data) in SMB2_auth_kerberos()1697 SMB2_auth_kerberos(struct SMB2_sess_data *sess_data) in SMB2_auth_kerberos()1709 SMB2_sess_auth_rawntlmssp_negotiate(struct SMB2_sess_data *sess_data) in SMB2_sess_auth_rawntlmssp_negotiate()1801 SMB2_sess_auth_rawntlmssp_authenticate(struct SMB2_sess_data *sess_data) in SMB2_sess_auth_rawntlmssp_authenticate()1879 SMB2_select_sec(struct SMB2_sess_data *sess_data) in SMB2_select_sec()1913 struct SMB2_sess_data *sess_data; in SMB2_sess_setup() local