Home
last modified time | relevance | path

Searched refs:th_msglen (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb3_encrypt.c231 &sr->th_msglen, /* l */ in smb3_decode_tform_header()
261 sr->th_msglen, /* l */ in smb3_encode_tform_header()
369 if (sr->th_msglen < SMB2_HDR_SIZE || in smb3_decrypt_sr()
370 sr->th_msglen > in_mbc->max_bytes) { in smb3_decrypt_sr()
373 cipherlen = sr->th_msglen + SMB2_SIG_SIZE; in smb3_decrypt_sr()
434 in_vdb->vdb_uio.uio_resid = sr->th_msglen; in smb3_decrypt_sr()
452 out_vdb->vdb_uio.uio_resid = sr->th_msglen; in smb3_decrypt_sr()
584 authdata, authlen, sr->th_msglen); in smb3_encrypt_sr()
596 in_vdb->vdb_uio.uio_resid = sr->th_msglen; in smb3_encrypt_sr()
611 out_vdb->vdb_uio.uio_resid = sr->th_msglen; in smb3_encrypt_sr()
H A Dsmb2_dispatch.c1475 sr->th_msglen = sr->reply.chain_offset; in smb2_send_reply()
1476 m->m_next = smb_mbuf_alloc_chain(sr->th_msglen); in smb2_send_reply()
1477 enc_reply.max_bytes += sr->th_msglen; in smb2_send_reply()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1900 uint32_t th_msglen; member