Searched refs:ct_clnt_caps (Results 1 – 4 of 4) sorted by relevance
91 if (ctx->ct_clnt_caps & SMB_CAP_EXT_SECURITY) { in smb_ssnsetup_null()121 if (ctx->ct_clnt_caps & SMB_CAP_EXT_SECURITY) { in smb_ssnsetup_ntlm1()171 if (ctx->ct_clnt_caps & SMB_CAP_EXT_SECURITY) { in smb_ssnsetup_ntlm2()299 caps = ctx->ct_clnt_caps; in smb__ssnsetup()
481 ctx->ct_clnt_caps &= ~SMB_CAP_EXT_SECURITY; in smb_iod_connect()492 if (ctx->ct_clnt_caps & SMB_CAP_EXT_SECURITY) { in smb_iod_connect()
445 ctx->ct_clnt_caps = sv->sv_caps & smb_clnt_caps_mask; in smb_negprot()
118 uint32_t ct_clnt_caps; member