smb2_neg_ctxs_t
smb2_neg_ctxs_t negctxs_stor;
smb2_neg_ctxs_t *neg_ctxs = &negctxs_stor;
DTRACE_PROBE1(decoded, smb2_neg_ctxs_t *, neg_ctxs);
smb2_neg_ctxs_t *neg_ctxs = &nego->neg_in_ctxs;
smb31_process_preauth_caps(smb_request_t *sr, smb2_neg_ctxs_t *in_ctx,
smb2_neg_ctxs_t *out_ctx)
smb31_process_encrypt_caps(smb_request_t *sr, smb2_neg_ctxs_t *in_ctx,
smb2_neg_ctxs_t *out_ctx)
smb31_process_signing_caps(smb_request_t *sr, smb2_neg_ctxs_t *in_ctx,
smb2_neg_ctxs_t *out_ctx)
smb2_neg_ctxs_t *neg_ctxs = &nego->neg_out_ctxs;