Home
last modified time | relevance | path

Searched refs:ProtocolId (Results 1 – 9 of 9) sorted by relevance

/linux/fs/smbfs_common/
A Dsmb2pdu.h93 __le32 ProtocolId; /* 0xFE 'S' 'M' 'B' */ member
124 __le32 ProtocolId; /* 0xFD 'S' 'M' 'B' */ member
136 __le32 ProtocolId; /* 0xFC 'S' 'M' 'B' */ member
156 __le32 ProtocolId; /* 0xFC 'S' 'M' 'B' */ member
/linux/fs/cifs/
A Dsmb2misc.c29 if ((shdr->ProtocolId == SMB2_PROTO_NUMBER) && in check_smb2_hdr()
41 if (shdr->ProtocolId != SMB2_PROTO_NUMBER) in check_smb2_hdr()
43 le32_to_cpu(shdr->ProtocolId)); in check_smb2_hdr()
149 if (shdr->ProtocolId == SMB2_TRANSFORM_PROTO_NUM) { in smb2_check_message()
A Dsmb2ops.c331 if (shdr->ProtocolId == SMB2_TRANSFORM_PROTO_NUM) { in __smb2_find_mid()
4381 tr_hdr->ProtocolId = SMB2_TRANSFORM_PROTO_NUM; in fill_transform_hdr()
4688 return trhdr->ProtocolId == SMB2_TRANSFORM_PROTO_NUM; in smb3_is_transform_hdr()
5257 if (hdr->ProtocolId == SMB2_TRANSFORM_PROTO_NUM) in smb2_next_header()
A Dsmb2pdu.c90 shdr->ProtocolId = SMB2_PROTO_NUMBER; in smb2_hdr_assemble()
/linux/fs/ksmbd/
A Dsmb_common.c138 if (smb2_hdr->ProtocolId == SMB2_PROTO_NUMBER) in ksmbd_verify_smb_message()
242 __le32 proto = ((struct smb2_hdr *)smb2_get_msg(buf))->ProtocolId; in ksmbd_negotiate_smb_dialect()
455 if (smb2_hdr->ProtocolId != SMB2_PROTO_NUMBER) { in ksmbd_smb_negotiate_common()
A Dsmb2pdu.c156 if (hdr->ProtocolId != SMB2_PROTO_NUMBER) in is_smb2_neg_cmd()
180 if (hdr->ProtocolId != SMB2_PROTO_NUMBER) in is_smb2_rsp()
245 rsp_hdr->ProtocolId = SMB2_PROTO_NUMBER; in init_smb2_neg_rsp()
408 rsp_hdr->ProtocolId = SMB2_PROTO_NUMBER; in init_chained_smb2_rsp()
436 if (hdr->ProtocolId != SMB2_PROTO_NUMBER) in is_chained_smb2_message()
491 rsp_hdr->ProtocolId = rcv_hdr->ProtocolId; in init_smb2_rsp_hdr()
1551 in_blob = (char *)&req->hdr.ProtocolId + in krb5_authenticate()
1554 out_blob = (char *)&rsp->hdr.ProtocolId + in krb5_authenticate()
8220 iov[0].iov_base = (char *)&hdr->ProtocolId; in smb2_check_sign_req()
8271 iov[0].iov_base = (char *)&hdr->ProtocolId; in smb2_set_sign_rsp()
[all …]
A Doplock.c636 rsp_hdr->ProtocolId = SMB2_PROTO_NUMBER; in __smb2_oplock_break_noti()
743 rsp_hdr->ProtocolId = SMB2_PROTO_NUMBER; in __smb2_lease_break_noti()
A Dauth.c877 char *all_bytes_msg = (char *)&rcv_hdr->ProtocolId; in ksmbd_gen_preauth_integrity_hash()
A Dtransport_rdma.c493 hdr->ProtocolId, hdr->Command); in smb_direct_check_recvmsg()

Completed in 49 milliseconds