Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cifs/
Dsmb2misc.c42 if ((shdr->ProtocolId == SMB2_PROTO_NUMBER) && in check_smb2_hdr()
54 if (shdr->ProtocolId != SMB2_PROTO_NUMBER) in check_smb2_hdr()
Dsmb2pdu.h90 #define SMB2_PROTO_NUMBER cpu_to_le32(0x424d53fe) macro
Dsmb2pdu.c100 shdr->ProtocolId = SMB2_PROTO_NUMBER; in smb2_hdr_assemble()