Home
last modified time | relevance | path

Searched refs:NXPF_USER_CHANNEL (Results 1 – 4 of 4) sorted by relevance

/xnu-10063.141.1/bsd/skywalk/nexus/
H A Dnexus_common.h284 nxa->nxa_user_channel = !!(p->nxp_flags & NXPF_USER_CHANNEL); in __nexus_attr_from_params()
373 p->nxp_flags |= NXPF_USER_CHANNEL; in __nexus_provider_reg_prepare()
375 p->nxp_flags &= (uint32_t)~NXPF_USER_CHANNEL; in __nexus_provider_reg_prepare()
H A Dos_nexus_private.h125 #define NXPF_USER_CHANNEL 0x2 /* allow user channel open */ macro
128 #define NXPF_MASK (NXPF_ANONYMOUS | NXPF_USER_CHANNEL | NXPF_NETIF_LLINK)
H A Dnexus_kern.c1942 if (nxp->nxp_flags & NXPF_USER_CHANNEL) { in nxprov_params_adjust()
1949 nxp->nxp_flags |= NXPF_USER_CHANNEL; in nxprov_params_adjust()
1951 nxp->nxp_flags &= ~NXPF_USER_CHANNEL; in nxprov_params_adjust()
2158 if ((nxp->nxp_flags & NXPF_USER_CHANNEL) == 0) { in nxprov_params_adjust()
H A Dnexus_var.h280 (NX_PROV(_nx)->nxprov_params->nxp_flags & NXPF_USER_CHANNEL)