Home
last modified time | relevance | path

Searched refs:MAX_CIFS_HDR_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux/fs/smb/client/
H A Dsmb1ops.c356 if (byte_count > CIFSMaxBufSize + MAX_CIFS_HDR_SIZE - 4) { in coalesce_t2()
1185 .max_header_size = MAX_CIFS_HDR_SIZE,
H A Dcifspdu.h92 #define MAX_CIFS_HDR_SIZE 0x58 /* 4 len + 32 hdr + (2*24 wct) + 2 bct + 2 pad */ macro
H A Dcifssmb.c336 total_size >= CIFSMaxBufSize + MAX_CIFS_HDR_SIZE) in validate_t2()
1575 bytes_sent = (tcon->ses->server->maxBuf - MAX_CIFS_HDR_SIZE) in CIFSSMBWrite()