Home
last modified time | relevance | path

Searched refs:Protocol (Results 1 – 7 of 7) sorted by relevance

/fs/smb/client/
A Dmisc.c281 buffer->Protocol[0] = 0xFF; in header_assemble()
282 buffer->Protocol[1] = 'S'; in header_assemble()
283 buffer->Protocol[2] = 'M'; in header_assemble()
284 buffer->Protocol[3] = 'B'; in header_assemble()
321 if (*(__le32 *) smb->Protocol != cpu_to_le32(0x424d53ff)) { in check_smb_hdr()
323 *(unsigned int *)smb->Protocol); in check_smb_hdr()
466 ((char *)&pSMBr->hdr.Protocol + data_offset); in is_valid_oplock_break()
A Dcifssmb.c1531 pReadData = (char *) (&pSMBr->hdr.Protocol) + in CIFSSMBRead()
3287 (char *)&pSMBr->hdr.Protocol+data_offset, in cifs_do_get_acl()
3844 (char *) &pSMBr->hdr.Protocol + in CIFSSMBQFileInfo()
4010 (char *) &pSMBr->hdr.Protocol + in CIFSSMBUnixQFileInfo()
4092 (char *) &pSMBr->hdr.Protocol + in CIFSSMBUnixQPathInfo()
4348 response_data = (char *)&pSMBr->hdr.Protocol + in CIFSFindNext()
4768 *) (((char *) &pSMBr->hdr.Protocol) + in CIFSSMBQFSInfo()
4855 *) (((char *) &pSMBr->hdr.Protocol) + in CIFSSMBQFSAttributeInfo()
4926 (((char *) &pSMBr->hdr.Protocol) + in CIFSSMBQFSDeviceInfo()
4995 *) (((char *) &pSMBr->hdr.Protocol) + in CIFSSMBQFSUnixInfo()
[all …]
A Dsmb1ops.c329 data_area_of_tgt = (char *)&pSMBt->hdr.Protocol + in coalesce_t2()
333 data_area_of_src = (char *)&pSMBs->hdr.Protocol + in coalesce_t2()
1197 return (struct reparse_data_buffer *)((__u8 *)&io->hdr.Protocol + in cifs_get_reparse_point_buffer()
A DKconfig167 The Service Witness Protocol (SWN) is used to get notifications
A Dcifspdu.h424 __u8 Protocol[4]; member
/fs/smb/server/
A Dsmb_common.c144 if (*(__le32 *)hdr->Protocol == SMB1_PROTO_NUMBER && in ksmbd_verify_smb_message()
281 proto = *(__le32 *)((struct smb_hdr *)buf)->Protocol; in ksmbd_negotiate_smb_dialect()
327 *(__le32 *)rsp_hdr->Protocol = SMB1_PROTO_NUMBER; in init_smb1_rsp_hdr()
417 proto = *(__le32 *)((struct smb_hdr *)conn->request_buf)->Protocol; in ksmbd_init_smb_server()
A Dsmb_common.h174 __u8 Protocol[4]; member

Completed in 40 milliseconds