Searched refs:KSMBD_IPC_MAX_PAYLOAD (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/fs/ksmbd/ | ||
D | transport_ipc.h | 11 #define KSMBD_IPC_MAX_PAYLOAD 4096 macro |
D | smb2pdu.c | 7654 out_buf_len = min_t(u32, KSMBD_IPC_MAX_PAYLOAD, out_buf_len); in smb2_ioctl() |