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.c1351 struct mbuf_chain enc_reply; in smb2_send_reply() local
1385 MBC_INIT(&enc_reply, SMB3_TFORM_HDR_SIZE); in smb2_send_reply()
1386 m = enc_reply.chain; in smb2_send_reply()
1391 enc_reply.max_bytes += sr->th_msglen; in smb2_send_reply()
1393 if (smb3_encrypt_sr(sr, &sr->reply, &enc_reply) != 0) { in smb2_send_reply()
1397 (void) smb_session_send(sr->session, 0, &enc_reply); in smb2_send_reply()
1399 MBC_FLUSH(&enc_reply); in smb2_send_reply()