Home
last modified time | relevance | path

Searched refs:session_flags (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/staging/media/atomisp/pci/
H A Disp2400_input_system_local.h78 input_system_config_flags_t session_flags; member
/linux/fs/smb/client/
H A Dcifs_debug.c98 (tcon->ses->session_flags & SMB2_SESSION_FLAG_ENCRYPT_DATA) || in cifs_debug_tcon()
601 if (ses->session_flags & SMB2_SESSION_FLAG_IS_GUEST) in cifs_debug_data_proc_show()
603 else if (ses->session_flags & SMB2_SESSION_FLAG_IS_NULL) in cifs_debug_data_proc_show()
623 if (ses->session_flags & SMB2_SESSION_FLAG_ENCRYPT_DATA) in cifs_debug_data_proc_show()
H A Dsmb2pdu.c82 if ((tcon->ses->session_flags & SMB2_SESSION_FLAG_ENCRYPT_DATA) || in smb3_encryption_required()
1350 if (tcon->ses->session_flags & SMB2_SESSION_FLAG_IS_GUEST) in smb3_validate_negotiate()
1358 if (tcon->ses->session_flags & SMB2_SESSION_FLAG_IS_NULL) in smb3_validate_negotiate()
1740 ses->session_flags = le16_to_cpu(rsp->SessionFlags); in SMB2_auth_kerberos()
1844 ses->session_flags = le16_to_cpu(rsp->SessionFlags); in SMB2_sess_auth_rawntlmssp_negotiate()
1912 ses->session_flags = le16_to_cpu(rsp->SessionFlags); in SMB2_sess_auth_rawntlmssp_authenticate()
2008 if ((ses->session_flags & SMB2_SESSION_FLAG_IS_GUEST) && (ses->sign)) in SMB2_sess_setup()
2051 if (ses->session_flags & SMB2_SESSION_FLAG_ENCRYPT_DATA) in SMB2_logoff()
2155 !(ses->session_flags & in SMB2_tcon()
H A Dcifsglob.h1093 __u16 session_flags; member
/linux/drivers/scsi/be2iscsi/
H A Dbe_cmds.h421 u32 session_flags; member
/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Dinput_system.c401 config.session_flags = INPUT_SYSTEM_CFG_FLAG_REQUIRED; in input_system_configuration_reset()