Searched refs:smb_buf_length (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dtransport.c116 unsigned int smb_buf_length = smb_buffer->smb_buf_length; local
141 smb_buffer->smb_buf_length = cpu_to_be32(smb_buffer->smb_buf_length);
213 if ((total_len > 0) && (total_len != smb_buf_length + 4)) {
230 smb_buffer->smb_buf_length = smb_buf_length;
237 unsigned int smb_buf_length)
242 iov.iov_len = smb_buf_length + 4;
377 iov[0].iov_len = in_buf->smb_buf_length
236 smb_send(struct TCP_Server_Info *server, struct smb_hdr *smb_buffer, unsigned int smb_buf_length) argument
[all...]
H A Dcifssmb.c410 pSMB->hdr.smb_buf_length += count;
806 pSMB->hdr.smb_buf_length += byte_count;
852 pSMB->hdr.smb_buf_length += name_len + 1;
896 pSMB->hdr.smb_buf_length += name_len + 1;
939 pSMB->hdr.smb_buf_length += name_len + 1;
1017 pSMB->hdr.smb_buf_length += byte_count;
1180 pSMB->hdr.smb_buf_length += count;
1291 pSMB->hdr.smb_buf_length += count;
1376 iov[0].iov_len = pSMB->hdr.smb_buf_length + 4;
1510 pSMB->hdr.smb_buf_length
[all...]
H A Dmisc.c295 buffer->smb_buf_length =
413 __u32 len = smb->smb_buf_length;
415 cFYI(0, "checkSMB Length: 0x%x, smb_buf_length: 0x%x", length, len);
612 dump_smb(struct smb_hdr *smb_buf, int smb_buf_length) argument
622 for (i = 0, j = 0; i < smb_buf_length; i++, j++) {
H A Dcifsencrypt.c54 cifs_MD5_update(&context, cifs_pdu->Protocol, cifs_pdu->smb_buf_length);
H A Dconnect.c310 byte_count = pTargetSMB->smb_buf_length;
315 pTargetSMB->smb_buf_length = byte_count;
444 pdu_length = be32_to_cpu((__force __be32)smb_buffer->smb_buf_length);
445 smb_buffer->smb_buf_length = pdu_length;
2142 smb_buf->smb_buf_length = 0x81000044;
2863 pSMB->hdr.smb_buf_length += count;
H A Dsess.c628 iov[0].iov_len = smb_buf->smb_buf_length + 4;
851 smb_buf->smb_buf_length += count;
H A Dcifspdu.h387 __u32 smb_buf_length; /* big endian on wire *//* BB length is only two member in struct:smb_hdr

Completed in 80 milliseconds