Home
last modified time | relevance | path

Searched refs:KSMBD_IPC_MAX_PAYLOAD (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/fs/ksmbd/
Dtransport_ipc.h11 #define KSMBD_IPC_MAX_PAYLOAD 4096 macro
Dsmb2pdu.c7654 out_buf_len = min_t(u32, KSMBD_IPC_MAX_PAYLOAD, out_buf_len); in smb2_ioctl()