Searched refs:nb_flags (Results 1 – 6 of 6) sorted by relevance
135 nb->nb_flags &= ~(NBCF_NS_ENABLE | NBCF_BC_ENABLE); in nb_ctx_setnbflags()137 nb->nb_flags |= NBCF_NS_ENABLE; in nb_ctx_setnbflags()139 nb->nb_flags |= NBCF_BC_ENABLE; in nb_ctx_setnbflags()196 ctx->nb_flags |= NBCF_BC_ENABLE; in nb_ctx_setns()228 ctx->nb_flags |= NBCF_RESOLVED; in nb_ctx_resolve()
137 nbc->nb_flags &= ~NBCF_NS_ENABLE; in smb_ctx_getaddr()168 if (nbc->nb_flags & NBCF_NS_ENABLE) { in smb_ctx_getaddr()
522 if (ctx->nb_flags & NBCF_BC_ENABLE) { in nbns_rq_opensocket()632 if ((ctx->nb_flags & NBCF_BC_ENABLE) && in nbns_rq()
84 if ((ctx->nb_flags & NBCF_NS_ENABLE) == 0) { in cmd_lookup()
103 if ((ctx->nb_flags & NBCF_NS_ENABLE) == 0) { in cmd_status()
68 int nb_flags; member