MAX_CIFS_HDR_SIZE
bytes_sent = (tcon->ses->server->maxBuf - MAX_CIFS_HDR_SIZE)
total_size >= CIFSMaxBufSize + MAX_CIFS_HDR_SIZE)
if (tcon->ses->server->max_read < PAGE_SIZE + MAX_CIFS_HDR_SIZE)
.max_header_size = MAX_CIFS_HDR_SIZE,
CIFSMaxBufSize + MAX_CIFS_HDR_SIZE - 4,
if (in_len > CIFSMaxBufSize + MAX_CIFS_HDR_SIZE) {
if (byte_count > CIFSMaxBufSize + MAX_CIFS_HDR_SIZE) {