Searched refs:SMBCF_RESOLVED (Results 1 – 5 of 5) sorted by relevance
93 if ((ctx->ct_flags & SMBCF_RESOLVED) == 0) in smb_ctx_newvc()
96 if ((ctx->ct_flags & SMBCF_RESOLVED) == 0) in smb_ctx_findvc()
139 if (flags & SMBCF_RESOLVED) in dump_ctx_flags()1057 ctx->ct_flags &= ~SMBCF_RESOLVED; in smb_ctx_resolve()1143 ctx->ct_flags |= SMBCF_RESOLVED; in smb_ctx_resolve()1212 if ((ctx->ct_flags & SMBCF_RESOLVED) == 0) in smb_ctx_get_ssn()
421 ctx->ct_flags |= SMBCF_RESOLVED; in smb_iod_connect()
166 #define SMBCF_RESOLVED 0x8000 /* structure has been verified */ macro