Home
last modified time | relevance | path

Searched refs:Flags2 (Results 1 – 5 of 5) sorted by relevance

/linux/fs/smb/client/
H A Dsmb1session.c66 pSMB->req.hdr.Flags2 |= SMBFLG2_SECURITY_SIGNATURE; in cifs_ssetup_hdr()
69 pSMB->req.hdr.Flags2 |= SMBFLG2_UNICODE; in cifs_ssetup_hdr()
73 pSMB->req.hdr.Flags2 |= SMBFLG2_ERR_STATUS; in cifs_ssetup_hdr()
77 pSMB->req.hdr.Flags2 |= SMBFLG2_DFS; in cifs_ssetup_hdr()
504 } else if (smb_buf->Flags2 & SMBFLG2_UNICODE) { in sess_auth_ntlmv2()
582 pSMB->req.hdr.Flags2 |= SMBFLG2_EXT_SEC; in sess_auth_kerberos()
589 if (pSMB->req.hdr.Flags2 & SMBFLG2_UNICODE) { in sess_auth_kerberos()
640 } else if (smb_buf->Flags2 & SMBFLG2_UNICODE) { in sess_auth_kerberos()
683 pSMB->req.hdr.Flags2 |= SMBFLG2_EXT_SEC; in _sess_auth_rawntlmssp_assemble_req()
689 if (pSMB->req.hdr.Flags2 & SMBFLG2_UNICODE) { in _sess_auth_rawntlmssp_assemble_req()
[all …]
H A Dsmb1encrypt.c59 if (!(cifs_pdu->Flags2 & SMBFLG2_SECURITY_SIGNATURE) || in cifs_sign_rqst()
H A Dsmb1ops.c1356 if (shdr->Flags2 & SMBFLG2_ERR_STATUS) { in cifs_is_network_name_deleted()
/linux/fs/smb/common/
H A Dsmb1pdu.h32 __le16 Flags2; /* note: le */ member
/linux/fs/smb/server/
H A Dsmb_common.c352 rsp_hdr->Flags2 = SMBFLG2_UNICODE | SMBFLG2_ERR_STATUS | in init_smb1_rsp_hdr()