KSMBD_IPC_MAX_PAYLOAD
out_buf_len = min_t(u32, KSMBD_IPC_MAX_PAYLOAD, out_buf_len);
if (blob_len > KSMBD_IPC_MAX_PAYLOAD)
if (payload_sz > KSMBD_IPC_MAX_PAYLOAD)
if (payload_sz > KSMBD_IPC_MAX_PAYLOAD)