Searched refs:SMBCF_SSNACTIVE (Results 1 – 4 of 4) sorted by relevance
117 ctx->ct_flags |= SMBCF_SSNACTIVE; in smb_ctx_findvc()
523 ctx->ct_flags |= SMBCF_SSNACTIVE; in smb_iod_connect()
153 if (flags & SMBCF_SSNACTIVE) in dump_ctx_flags()1176 ctx->ct_flags &= ~SMBCF_SSNACTIVE; in smb_ctx_gethandle()
173 #define SMBCF_SSNACTIVE 0x02000000 /* session setup succeeded */ macro