Searched refs:NXPF_ANONYMOUS (Results 1 – 3 of 3) sorted by relevance
273 nxa->nxa_anonymous = !!(p->nxp_flags & NXPF_ANONYMOUS); in __nexus_attr_from_params()331 p->nxp_flags |= NXPF_ANONYMOUS; in __nexus_provider_reg_prepare()333 p->nxp_flags &= (uint32_t)~NXPF_ANONYMOUS; in __nexus_provider_reg_prepare()
124 #define NXPF_ANONYMOUS 0x1 /* allow anonymous channel clients */ macro128 #define NXPF_MASK (NXPF_ANONYMOUS | NXPF_USER_CHANNEL | NXPF_NETIF_LLINK)
285 (NX_PROV(_nx)->nxprov_params->nxp_flags & NXPF_ANONYMOUS)