Lines Matching refs:smb_buf_length
299 unsigned int smb_buf_length = get_rfc1002_length(iov[0].iov_base); in smb_send_rqst() local
311 if (send_length != smb_buf_length + 4) { in smb_send_rqst()
313 send_length, smb_buf_length); in smb_send_rqst()
317 cifs_dbg(FYI, "Sending smb: smb_len=%u\n", smb_buf_length); in smb_send_rqst()
349 if ((total_len > 0) && (total_len != smb_buf_length + 4)) { in smb_send_rqst()
351 smb_buf_length + 4, total_len); in smb_send_rqst()
380 unsigned int smb_buf_length) in smb_send() argument
385 iov.iov_len = smb_buf_length + 4; in smb_send()
862 if (be32_to_cpu(in_buf->smb_buf_length) > CIFSMaxBufSize + in SendReceive()
865 be32_to_cpu(in_buf->smb_buf_length)); in SendReceive()
896 rc = smb_send(ses->server, in_buf, be32_to_cpu(in_buf->smb_buf_length)); in SendReceive()
1001 if (be32_to_cpu(in_buf->smb_buf_length) > CIFSMaxBufSize + in SendReceiveBlockingLock()
1004 be32_to_cpu(in_buf->smb_buf_length)); in SendReceiveBlockingLock()
1033 rc = smb_send(ses->server, in_buf, be32_to_cpu(in_buf->smb_buf_length)); in SendReceiveBlockingLock()