Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c400 if (u->nup_srv_nxb != NULL) { in nx_upipe_prov_nx_dtor()
401 nxb_free(u->nup_srv_nxb); in nx_upipe_prov_nx_dtor()
402 u->nup_srv_nxb = NULL; in nx_upipe_prov_nx_dtor()
454 u->nup_srv_nxb != NULL)) { in nx_upipe_dom_bind_port()
464 u->nup_srv_nxb = nxb; in nx_upipe_dom_bind_port()
493 u->nup_srv_nxb == NULL)) { in nx_upipe_dom_unbind_port()
502 nxb = u->nup_srv_nxb; in nx_upipe_dom_unbind_port()
503 u->nup_srv_nxb = NULL; in nx_upipe_dom_unbind_port()
1490 if (!anon && (u->nup_srv_nxb == NULL || nxb == NULL || in nx_upipe_na_find()
1491 !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