Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/media/atomisp/pci/
H A Disp2400_input_system_local.h78 input_system_config_flags_t session_flags; member
/linux-6.15/fs/smb/client/
H A Dcifs_debug.c112 (tcon->ses->session_flags & SMB2_SESSION_FLAG_ENCRYPT_DATA) || in cifs_debug_tcon()
505 if (ses->session_flags & SMB2_SESSION_FLAG_IS_GUEST) in cifs_debug_data_proc_show()
507 else if (ses->session_flags & SMB2_SESSION_FLAG_IS_NULL) in cifs_debug_data_proc_show()
527 if (ses->session_flags & SMB2_SESSION_FLAG_ENCRYPT_DATA) { in cifs_debug_data_proc_show()
H A Dsmb2pdu.c81 if ((tcon->ses->session_flags & SMB2_SESSION_FLAG_ENCRYPT_DATA) || in smb3_encryption_required()
1284 if (tcon->ses->session_flags & SMB2_SESSION_FLAG_IS_GUEST) in smb3_validate_negotiate()
1292 if (tcon->ses->session_flags & SMB2_SESSION_FLAG_IS_NULL) in smb3_validate_negotiate()
1664 ses->session_flags = le16_to_cpu(rsp->SessionFlags); in SMB2_auth_kerberos()
1768 ses->session_flags = le16_to_cpu(rsp->SessionFlags); in SMB2_sess_auth_rawntlmssp_negotiate()
1836 ses->session_flags = le16_to_cpu(rsp->SessionFlags); in SMB2_sess_auth_rawntlmssp_authenticate()
1932 if ((ses->session_flags & SMB2_SESSION_FLAG_IS_GUEST) && (ses->sign)) in SMB2_sess_setup()
1976 if (ses->session_flags & SMB2_SESSION_FLAG_ENCRYPT_DATA) in SMB2_logoff()
2080 !(ses->session_flags & in SMB2_tcon()
H A Dcifsglob.h1126 __u16 session_flags; member
/linux-6.15/drivers/scsi/be2iscsi/
H A Dbe_cmds.h421 u32 session_flags; member
/linux-6.15/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()