Searched refs:MAX_SMB2_HDR_SIZE (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/fs/ksmbd/ |
A D | smb2ops.c | 28 .max_header_size = MAX_SMB2_HDR_SIZE, 54 .max_header_size = MAX_SMB2_HDR_SIZE, 81 .max_header_size = MAX_SMB2_HDR_SIZE, 108 .max_header_size = MAX_SMB2_HDR_SIZE,
|
A D | smb2pdu.h | 23 #define MAX_SMB2_HDR_SIZE 0x78 /* 4 len + 64 hdr + (2*24 wct) + 2 bct + 2 pad */ macro
|
/linux-6.3-rc2/fs/cifs/ |
A D | smb2pdu.h | 19 #define MAX_SMB2_HDR_SIZE 204 macro
|
A D | smb2misc.c | 190 if (len > CIFSMaxBufSize + MAX_SMB2_HDR_SIZE) { in smb2_check_message()
|
A D | smb2ops.c | 5634 .max_header_size = MAX_SMB2_HDR_SIZE, 5656 .max_header_size = MAX_SMB2_HDR_SIZE, 5677 .max_header_size = MAX_SMB2_HDR_SIZE, 5698 .max_header_size = MAX_SMB2_HDR_SIZE, 5719 .max_header_size = MAX_SMB2_HDR_SIZE, 5740 .max_header_size = MAX_SMB2_HDR_SIZE, 5761 .max_header_size = MAX_SMB2_HDR_SIZE,
|
A D | cifsfs.c | 1518 size_t max_hdr_size = MAX_SMB2_HDR_SIZE; in cifs_init_request_bufs()
|
A D | smb2pdu.c | 3671 cpu_to_le32(SMB2_MAX_BUFFER_SIZE - MAX_SMB2_HDR_SIZE); in SMB2_notify_init()
|
Completed in 32 milliseconds