Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/server/
H A Dsmb2misc.c391 if (hdr->StructureSize != SMB2_HEADER_STRUCTURE_SIZE) { in ksmbd_smb2_check_message()
H A Doplock.c643 rsp_hdr->StructureSize = SMB2_HEADER_STRUCTURE_SIZE; in __smb2_oplock_break_noti()
750 rsp_hdr->StructureSize = SMB2_HEADER_STRUCTURE_SIZE; in __smb2_lease_break_noti()
H A Dsmb2pdu.c263 rsp_hdr->StructureSize = SMB2_HEADER_STRUCTURE_SIZE; in init_smb2_neg_rsp()
424 rsp_hdr->StructureSize = SMB2_HEADER_STRUCTURE_SIZE; in init_chained_smb2_rsp()
504 rsp_hdr->StructureSize = SMB2_HEADER_STRUCTURE_SIZE; in init_smb2_rsp_hdr()
/linux-6.15/fs/smb/client/
H A Dsmb2misc.c179 if (shdr->StructureSize != SMB2_HEADER_STRUCTURE_SIZE) { in smb2_check_message()
/linux-6.15/fs/smb/common/
H A Dsmb2pdu.h111 #define SMB2_HEADER_STRUCTURE_SIZE \ macro