Home
last modified time | relevance | path

Searched refs:reply_max_bytes (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_session.c813 session->reply_max_bytes = SMB_REQ_MAX_SIZE; in smb_session_create()
1355 sr->reply.max_bytes = session->reply_max_bytes; in smb_request_alloc()
H A Dsmb2_negotiate.c1003 s->reply_max_bytes = smb2_tcp_bufsize; in smb2_negotiate_common()
H A Dsmb2_dispatch.c1251 ASSERT(sr->reply.max_bytes == sr->session->reply_max_bytes); in smb2sr_go_async_indefinite()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h994 int reply_max_bytes; member