Searched refs:smb2_hdr (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/fs/cifs/ |
D | smb2pdu.h | 101 struct smb2_hdr { struct 121 struct smb2_hdr hdr; argument 163 struct smb2_hdr hdr; 187 struct smb2_hdr hdr; 221 struct smb2_hdr hdr; 240 struct smb2_hdr hdr; 257 struct smb2_hdr hdr; 266 struct smb2_hdr hdr; 272 struct smb2_hdr hdr; 278 struct smb2_hdr hdr; [all …]
|
D | smb2transport.c | 118 smb2_find_smb_ses(struct smb2_hdr *smb2hdr, struct TCP_Server_Info *server) in smb2_find_smb_ses() 143 struct smb2_hdr *smb2_pdu = (struct smb2_hdr *)iov[0].iov_base; in smb2_calc_signature() 314 struct smb2_hdr *smb2_pdu = (struct smb2_hdr *)iov[0].iov_base; in smb3_calc_signature() 401 struct smb2_hdr *smb2_pdu = rqst->rq_iov[0].iov_base; in smb2_sign_rqst() 422 struct smb2_hdr *smb2_pdu = (struct smb2_hdr *)rqst->rq_iov[0].iov_base; in smb2_verify_signature() 467 smb2_seq_num_into_buf(struct TCP_Server_Info *server, struct smb2_hdr *hdr) in smb2_seq_num_into_buf() 478 smb2_mid_entry_alloc(const struct smb2_hdr *smb_buffer, in smb2_mid_entry_alloc() 513 smb2_get_mid_entry(struct cifs_ses *ses, struct smb2_hdr *buf, in smb2_get_mid_entry() 576 struct smb2_hdr *hdr = (struct smb2_hdr *)rqst->rq_iov[0].iov_base; in smb2_setup_request() 596 struct smb2_hdr *hdr = (struct smb2_hdr *)rqst->rq_iov[0].iov_base; in smb2_setup_async_request()
|
D | smb2misc.c | 33 check_smb2_hdr(struct smb2_hdr *hdr, __u64 mid) in check_smb2_hdr() 98 struct smb2_hdr *hdr = (struct smb2_hdr *)buf; in smb2_check_message() 115 if ((length >= sizeof(struct smb2_hdr)) && (hdr->Status != 0)) { in smb2_check_message() 238 smb2_get_data_area_len(int *off, int *len, struct smb2_hdr *hdr) in smb2_get_data_area_len() 337 struct smb2_hdr *hdr = (struct smb2_hdr *)buf; in smb2_calc_size()
|
D | smb2ops.c | 117 return le16_to_cpu(((struct smb2_hdr *)mid->resp_buf)->CreditRequest); in smb2_get_credits() 182 struct smb2_hdr *hdr = (struct smb2_hdr *)buf; in smb2_find_mid() 202 struct smb2_hdr *smb = (struct smb2_hdr *)buf; in smb2_dump_detail() 885 struct smb2_hdr *hdr = (struct smb2_hdr *)buf; in smb2_is_status_pending() 1650 .header_size = sizeof(struct smb2_hdr), 1670 .header_size = sizeof(struct smb2_hdr), 1690 .header_size = sizeof(struct smb2_hdr), 1710 .header_size = sizeof(struct smb2_hdr),
|
D | smb2pdu.c | 82 smb2_hdr_assemble(struct smb2_hdr *hdr, __le16 smb2_cmd /* command */ , in smb2_hdr_assemble() 97 hdr->smb2_buf_length = cpu_to_be32(parmsize + sizeof(struct smb2_hdr) in smb2_hdr_assemble() 295 smb2_hdr_assemble((struct smb2_hdr *) *request_buf, smb2_command, tcon); in small_smb2_init() 1473 struct smb2_hdr *hdr, unsigned int min_buf_size) in validate_buf() 1509 struct smb2_hdr *hdr, unsigned int minbufsize, in validate_and_copy_buf() 1756 struct smb2_hdr *buf = (struct smb2_hdr *)rdata->iov.iov_base; in smb2_readv_callback() 1813 struct smb2_hdr *buf; in smb2_async_readv() 1844 buf = (struct smb2_hdr *)rdata->iov.iov_base; in smb2_async_readv()
|
D | smb2proto.h | 39 extern char *smb2_get_data_area_len(int *off, int *len, struct smb2_hdr *hdr);
|
D | misc.c | 157 buf_size = sizeof(struct smb2_hdr); in cifs_buf_get()
|
D | smb2maperror.c | 2452 struct smb2_hdr *hdr = (struct smb2_hdr *)buf; in map_smb2_to_linux_error()
|