Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dsmb2misc.c215 pdu->StructureSize2 != SMB2_ERROR_STRUCTURE_SIZE2_LE)) { in smb2_check_message()
327 SMB2_ERROR_STRUCTURE_SIZE2_LE) in smb2_get_data_area_len()
/linux/fs/smb/common/
H A Dsmb2pdu.h191 #define SMB2_ERROR_STRUCTURE_SIZE2_LE cpu_to_le16(SMB2_ERROR_STRUCTURE_SIZE2) macro
/linux/fs/smb/server/
H A Dsmb2pdu.c164 err_rsp->StructureSize = SMB2_ERROR_STRUCTURE_SIZE2_LE; in smb2_set_err_rsp()