Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c395 if (u->nup_srv_nxb != NULL) { in nx_upipe_prov_nx_dtor()
396 nxb_free(u->nup_srv_nxb); in nx_upipe_prov_nx_dtor()
397 u->nup_srv_nxb = NULL; in nx_upipe_prov_nx_dtor()
449 u->nup_srv_nxb != NULL)) { in nx_upipe_dom_bind_port()
459 u->nup_srv_nxb = nxb; in nx_upipe_dom_bind_port()
488 u->nup_srv_nxb == NULL)) { in nx_upipe_dom_unbind_port()
497 nxb = u->nup_srv_nxb; in nx_upipe_dom_unbind_port()
498 u->nup_srv_nxb = NULL; in nx_upipe_dom_unbind_port()
1485 if (!anon && (u->nup_srv_nxb == NULL || nxb == NULL || in nx_upipe_na_find()
1486 !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