Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dsmb2misc.c34 if ((shdr->ProtocolId == SMB2_PROTO_NUMBER) && in check_smb2_hdr()
46 if (shdr->ProtocolId != SMB2_PROTO_NUMBER) in check_smb2_hdr()
H A Dsmb2pdu.c100 shdr->ProtocolId = SMB2_PROTO_NUMBER; in smb2_hdr_assemble()
/linux/fs/smb/server/
H A Dserver.c213 SMB2_PROTO_NUMBER || in __handle_ksmbd_work()
H A Doplock.c884 rsp_hdr->ProtocolId = SMB2_PROTO_NUMBER; in __smb2_oplock_break_noti()
998 rsp_hdr->ProtocolId = SMB2_PROTO_NUMBER; in __smb2_lease_break_noti()
H A Dsmb2pdu.c224 if (hdr->ProtocolId != SMB2_PROTO_NUMBER) in is_smb2_neg_cmd()
248 if (hdr->ProtocolId != SMB2_PROTO_NUMBER) in is_smb2_rsp()
316 rsp_hdr->ProtocolId = SMB2_PROTO_NUMBER; in init_smb2_neg_rsp()
548 rsp_hdr->ProtocolId = SMB2_PROTO_NUMBER; in init_chained_smb2_rsp()
591 if (hdr->ProtocolId != SMB2_PROTO_NUMBER) in is_chained_smb2_message()
/linux/fs/smb/common/
H A Dsmb2pdu.h117 #define SMB2_PROTO_NUMBER cpu_to_le32(0x424d53fe) macro