Home
last modified time | relevance | path

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

/fs/smb/client/
A Dsmb2misc.c30 if ((shdr->ProtocolId == SMB2_PROTO_NUMBER) && in check_smb2_hdr()
42 if (shdr->ProtocolId != SMB2_PROTO_NUMBER) in check_smb2_hdr()
44 le32_to_cpu(shdr->ProtocolId)); in check_smb2_hdr()
154 if (shdr->ProtocolId == SMB2_TRANSFORM_PROTO_NUM) { in smb2_check_message()
A Dcompress.c334 hdr.ProtocolId = SMB2_COMPRESSION_TRANSFORM_ID; in smb_compress()
A Dsmb2ops.c399 if (shdr->ProtocolId == SMB2_TRANSFORM_PROTO_NUM) { in __smb2_find_mid()
4186 tr_hdr->ProtocolId = SMB2_TRANSFORM_PROTO_NUM; in fill_transform_hdr()
4542 return trhdr->ProtocolId == SMB2_TRANSFORM_PROTO_NUM; in smb3_is_transform_hdr()
5095 if (hdr->ProtocolId == SMB2_TRANSFORM_PROTO_NUM) { in smb2_next_header()
A Dsmb2pdu.c101 shdr->ProtocolId = SMB2_PROTO_NUMBER; in smb2_hdr_assemble()
/fs/smb/common/
A Dsmb2pdu.h140 __le32 ProtocolId; /* 0xFE 'S' 'M' 'B' */ member
161 __le32 ProtocolId; /* 0xFE 'S' 'M' 'B' */ member
205 __le32 ProtocolId; /* 0xFD 'S' 'M' 'B' */ member
229 __le32 ProtocolId; /* 0xFC 'S' 'M' 'B' */ member
/fs/smb/server/
A Dsmb_common.c140 if (smb2_hdr->ProtocolId == SMB2_PROTO_NUMBER) in ksmbd_verify_smb_message()
262 __le32 proto = ((struct smb2_hdr *)smb2_get_msg(buf))->ProtocolId; in ksmbd_negotiate_smb_dialect()
A Dsmb2pdu.c177 if (hdr->ProtocolId != SMB2_PROTO_NUMBER) in is_smb2_neg_cmd()
201 if (hdr->ProtocolId != SMB2_PROTO_NUMBER) in is_smb2_rsp()
262 rsp_hdr->ProtocolId = SMB2_PROTO_NUMBER; in init_smb2_neg_rsp()
423 rsp_hdr->ProtocolId = SMB2_PROTO_NUMBER; in init_chained_smb2_rsp()
451 if (hdr->ProtocolId != SMB2_PROTO_NUMBER) in is_chained_smb2_message()
503 rsp_hdr->ProtocolId = rcv_hdr->ProtocolId; in init_smb2_rsp_hdr()
1602 in_blob = (char *)&req->hdr.ProtocolId + in krb5_authenticate()
1605 out_blob = (char *)&rsp->hdr.ProtocolId + in krb5_authenticate()
8839 iov[0].iov_base = (char *)&hdr->ProtocolId; in smb2_check_sign_req()
8928 iov[0].iov_base = (char *)&hdr->ProtocolId; in smb3_check_sign_req()
[all …]
A Dconnection.c399 if (((struct smb2_hdr *)smb2_get_msg(conn->request_buf))->ProtocolId == in ksmbd_conn_handler_loop()
A Doplock.c642 rsp_hdr->ProtocolId = SMB2_PROTO_NUMBER; in __smb2_oplock_break_noti()
749 rsp_hdr->ProtocolId = SMB2_PROTO_NUMBER; in __smb2_lease_break_noti()
A Dauth.c940 char *all_bytes_msg = (char *)&rcv_hdr->ProtocolId; in ksmbd_gen_preauth_integrity_hash()
A Dtransport_rdma.c484 hdr->ProtocolId, hdr->Command); in smb_direct_check_recvmsg()

Completed in 802 milliseconds