Home
last modified time | relevance | path

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

/Linux-v5.15/fs/cifs/
Dsmb2misc.c207 pdu->StructureSize2 != SMB2_ERROR_STRUCTURE_SIZE2)) { in smb2_check_message()
307 SMB2_ERROR_STRUCTURE_SIZE2) in smb2_get_data_area_len()
Dsmb2pdu.h214 #define SMB2_ERROR_STRUCTURE_SIZE2 cpu_to_le16(9) macro
/Linux-v5.15/fs/ksmbd/
Dsmb2pdu.h200 #define SMB2_ERROR_STRUCTURE_SIZE2 9 macro
201 #define SMB2_ERROR_STRUCTURE_SIZE2_LE cpu_to_le16(SMB2_ERROR_STRUCTURE_SIZE2)
Dsmb2pdu.c141 inc_rfc1001_len(work->response_buf, SMB2_ERROR_STRUCTURE_SIZE2); in smb2_set_err_rsp()