Home
last modified time | relevance | path

Searched refs:nup_srv_nxb (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.61.5/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c396 if (u->nup_srv_nxb != NULL) { in nx_upipe_prov_nx_dtor()
397 nxb_free(u->nup_srv_nxb); in nx_upipe_prov_nx_dtor()
398 u->nup_srv_nxb = NULL; in nx_upipe_prov_nx_dtor()
450 u->nup_srv_nxb != NULL)) { in nx_upipe_dom_bind_port()
460 u->nup_srv_nxb = nxb; in nx_upipe_dom_bind_port()
489 u->nup_srv_nxb == NULL)) { in nx_upipe_dom_unbind_port()
498 nxb = u->nup_srv_nxb; in nx_upipe_dom_unbind_port()
499 u->nup_srv_nxb = NULL; in nx_upipe_dom_unbind_port()
1487 if (!anon && (u->nup_srv_nxb == NULL || nxb == NULL || in nx_upipe_na_find()
1488 !nxb_is_equal(u->nup_srv_nxb, nxb))) { in nx_upipe_na_find()
[all …]
H A Dnx_user_pipe.h87 struct nxbind *nup_srv_nxb; member