Home
last modified time | relevance | path

Searched refs:nxdom_bind_port (Results 1 – 9 of 9) sorted by relevance

/xnu-12377.1.9/bsd/skywalk/nexus/flowswitch/
H A Dfsw_flow.c163 if ((*error = NX_DOM(nx)->nxdom_bind_port(nx, in fsw_flow_add()
H A Dnx_flowswitch.c218 .nxdom_bind_port = nx_fsw_dom_bind_port,
/xnu-12377.1.9/bsd/skywalk/nexus/
H A Dnexus_var.h396 int (*nxdom_bind_port) /* required */ member
H A Dnexus_kern.c250 ASSERT(nxdom->nxdom_bind_port != NULL); in nxdom_attach()
H A Dnexus.c806 err = NX_DOM(nx)->nxdom_bind_port(nx, &nbr.nb_port, nxb, NULL); in nxctl_nexus_bind()
/xnu-12377.1.9/bsd/skywalk/nexus/kpipe/
H A Dnx_kernel_pipe.c199 .nxdom_bind_port = nx_kpipe_dom_bind_port,
/xnu-12377.1.9/bsd/skywalk/nexus/netif/
H A Dnx_netif_netagent.c310 err = NX_DOM(nx)->nxdom_bind_port(nx, &nx_port, &nxb, npi); in nx_netif_netagent_flow_bind()
H A Dnx_netif.c248 .nxdom_bind_port = nx_netif_dom_bind_port,
/xnu-12377.1.9/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c223 .nxdom_bind_port = nx_upipe_dom_bind_port,