Lines Matching defs:sess_data
1275 struct sess_data { struct
1280 void (*func)(struct sess_data *); argument
1296 sess_alloc_buffer(struct sess_data *sess_data, int wct) in sess_alloc_buffer()
1334 sess_free_buffer(struct sess_data *sess_data) in sess_free_buffer()
1351 sess_establish_session(struct sess_data *sess_data) in sess_establish_session()
1379 sess_sendreceive(struct sess_data *sess_data) in sess_sendreceive()
1401 sess_auth_ntlmv2(struct sess_data *sess_data) in sess_auth_ntlmv2()
1511 sess_auth_kerberos(struct sess_data *sess_data) in sess_auth_kerberos()
1655 _sess_auth_rawntlmssp_assemble_req(struct sess_data *sess_data) in _sess_auth_rawntlmssp_assemble_req()
1693 sess_auth_rawntlmssp_negotiate(struct sess_data *sess_data) in sess_auth_rawntlmssp_negotiate()
1799 sess_auth_rawntlmssp_authenticate(struct sess_data *sess_data) in sess_auth_rawntlmssp_authenticate()
1907 static int select_sec(struct sess_data *sess_data) in select_sec()
1948 struct sess_data *sess_data; in CIFS_SessSetup() local