Home
last modified time | relevance | path

Searched refs:SMB2_ERROR_STRUCTURE_SIZE2_LE (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/fs/cifs/
Dsmb2misc.c213 pdu->StructureSize2 != SMB2_ERROR_STRUCTURE_SIZE2_LE)) { in smb2_check_message()
322 SMB2_ERROR_STRUCTURE_SIZE2_LE) in smb2_get_data_area_len()
/Linux-v6.1/fs/ksmbd/
Dsmb2misc.c381 (hdr->Status == 0 || pdu->StructureSize2 != SMB2_ERROR_STRUCTURE_SIZE2_LE)) { in ksmbd_smb2_check_message()
Dsmb2pdu.c137 err_rsp->StructureSize = SMB2_ERROR_STRUCTURE_SIZE2_LE; in smb2_set_err_rsp()
/Linux-v6.1/fs/smbfs_common/
Dsmb2pdu.h162 #define SMB2_ERROR_STRUCTURE_SIZE2_LE cpu_to_le16(SMB2_ERROR_STRUCTURE_SIZE2) macro