Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ksmbd/
Dsmb2misc.c96 (((struct smb2_err_rsp *)hdr)->StructureSize) == SMB2_ERROR_STRUCTURE_SIZE2_LE) in smb2_get_data_area_len()
385 (hdr->Status == 0 || pdu->StructureSize2 != SMB2_ERROR_STRUCTURE_SIZE2_LE)) { in ksmbd_smb2_check_message()
Dsmb2pdu.h201 #define SMB2_ERROR_STRUCTURE_SIZE2_LE cpu_to_le16(SMB2_ERROR_STRUCTURE_SIZE2) macro
Dsmb2pdu.c136 err_rsp->StructureSize = SMB2_ERROR_STRUCTURE_SIZE2_LE; in smb2_set_err_rsp()