Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cifs/
Dsmb2misc.c145 if (shdr->ProtocolId == SMB2_TRANSFORM_PROTO_NUM) { in smb2_check_message()
Dsmb2ops.c274 if (shdr->ProtocolId == SMB2_TRANSFORM_PROTO_NUM) { in smb2_find_mid()
3519 tr_hdr->ProtocolId = SMB2_TRANSFORM_PROTO_NUM; in fill_transform_hdr()
3816 return trhdr->ProtocolId == SMB2_TRANSFORM_PROTO_NUM; in smb3_is_transform_hdr()
4334 if (hdr->ProtocolId == SMB2_TRANSFORM_PROTO_NUM) in smb2_next_header()
Dsmb2pdu.h92 #define SMB2_TRANSFORM_PROTO_NUM cpu_to_le32(0x424d53fd) macro