Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_dispatch.c1437 struct mbuf_chain enc_reply; in smb2_send_reply() local
1471 MBC_INIT(&enc_reply, SMB3_TFORM_HDR_SIZE); in smb2_send_reply()
1472 m = enc_reply.chain; in smb2_send_reply()
1477 enc_reply.max_bytes += sr->th_msglen; in smb2_send_reply()
1479 if (smb3_encrypt_sr(sr, &sr->reply, &enc_reply) != 0) { in smb2_send_reply()
1483 (void) smb_session_send(sr->session, 0, &enc_reply); in smb2_send_reply()
1485 MBC_FLUSH(&enc_reply); in smb2_send_reply()