Home
last modified time | relevance | path

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

/linux/fs/smb/server/
H A Dconnection.c792 if (proto == SMB2_TRANSFORM_PROTO_NUM && in ksmbd_conn_transport_init()
H A Dsmb2pdu.c12309 tr_hdr->ProtocolId = SMB2_TRANSFORM_PROTO_NUM; in fill_transform_hdr()
12346 return trhdr->ProtocolId == SMB2_TRANSFORM_PROTO_NUM; in smb3_decrypt_req()
/linux/fs/smb/client/
H A Dsmb2misc.c191 if (shdr->ProtocolId == SMB2_TRANSFORM_PROTO_NUM) { in smb2_check_message()
H A Dsmb2ops.c410 if (shdr->ProtocolId == SMB2_TRANSFORM_PROTO_NUM) { in __smb2_find_mid()
4617 tr_hdr->ProtocolId = SMB2_TRANSFORM_PROTO_NUM; in smb2_aead_req_alloc()
4917 return trhdr->ProtocolId == SMB2_TRANSFORM_PROTO_NUM; in decrypt_raw_data()
5505 if (hdr->ProtocolId == SMB2_TRANSFORM_PROTO_NUM) { in __cifs_sfu_make_node()
/linux/fs/smb/common/
H A Dsmb2pdu.h118 #define SMB2_TRANSFORM_PROTO_NUM cpu_to_le32(0x424d53fd) macro