Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/server/
H A Dsmb_common.c174 *proto != SMB2_TRANSFORM_PROTO_NUM) in ksmbd_smb_request()
H A Dsmb2pdu.c9001 tr_hdr->ProtocolId = SMB2_TRANSFORM_PROTO_NUM; in fill_transform_hdr()
9038 return trhdr->ProtocolId == SMB2_TRANSFORM_PROTO_NUM; in smb3_is_transform_hdr()
/linux-6.15/fs/smb/client/
H A Dsmb2misc.c154 if (shdr->ProtocolId == SMB2_TRANSFORM_PROTO_NUM) { in smb2_check_message()
H A Dsmb2ops.c399 if (shdr->ProtocolId == SMB2_TRANSFORM_PROTO_NUM) { in __smb2_find_mid()
4168 tr_hdr->ProtocolId = SMB2_TRANSFORM_PROTO_NUM; in fill_transform_hdr()
4519 return trhdr->ProtocolId == SMB2_TRANSFORM_PROTO_NUM; in smb3_is_transform_hdr()
5072 if (hdr->ProtocolId == SMB2_TRANSFORM_PROTO_NUM) { in smb2_next_header()
/linux-6.15/fs/smb/common/
H A Dsmb2pdu.h115 #define SMB2_TRANSFORM_PROTO_NUM cpu_to_le32(0x424d53fd) macro