Lines Matching defs:sess_data
556 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()
1155 _sess_auth_rawntlmssp_assemble_req(struct sess_data *sess_data) in _sess_auth_rawntlmssp_assemble_req()
1194 sess_auth_rawntlmssp_negotiate(struct sess_data *sess_data) in sess_auth_rawntlmssp_negotiate()
1290 sess_auth_rawntlmssp_authenticate(struct sess_data *sess_data) in sess_auth_rawntlmssp_authenticate()
1396 static int select_sec(struct cifs_ses *ses, struct sess_data *sess_data) in select_sec()
1451 struct sess_data *sess_data; in CIFS_SessSetup() local