Searched refs:reply_max_bytes (Results 1 – 4 of 4) sorted by relevance
813 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()
1003 s->reply_max_bytes = smb2_tcp_bufsize; in smb2_negotiate_common()
1251 ASSERT(sr->reply.max_bytes == sr->session->reply_max_bytes); in smb2sr_go_async_indefinite()
994 int reply_max_bytes; member