Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/server/
H A Dconnection.c339 SMB3_MAX_MSGSIZE + conn->vals->max_write_size; in ksmbd_conn_handler_loop()
341 max_allowed_pdu_size = SMB3_MAX_MSGSIZE; in ksmbd_conn_handler_loop()
H A Dsmb2pdu.h29 #define SMB3_MAX_MSGSIZE (4 * 4096) macro