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()
1350 sr->reply.max_bytes = session->reply_max_bytes; in smb_request_alloc()
H A Dsmb2_dispatch.c1037 ASSERT(sr->reply.max_bytes == sr->session->reply_max_bytes); in smb2sr_work()
1337 ASSERT(sr->reply.max_bytes == sr->session->reply_max_bytes); in smb2sr_go_async()
H A Dsmb2_negotiate.c783 s->reply_max_bytes = smb2_tcp_bufsize; in smb2_negotiate_common()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h992 int reply_max_bytes; member