Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/skywalk/nexus/flowswitch/
H A Dfsw_flow.c161 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-11417.140.69/bsd/skywalk/nexus/
H A Dnexus_var.h396 int (*nxdom_bind_port) /* required */ member
H A Dnexus_kern.c279 ASSERT(nxdom->nxdom_bind_port != NULL); in nxdom_attach()
H A Dnexus.c804 err = NX_DOM(nx)->nxdom_bind_port(nx, &nbr.nb_port, nxb, NULL); in nxctl_nexus_bind()
/xnu-11417.140.69/bsd/skywalk/nexus/kpipe/
H A Dnx_kernel_pipe.c199 .nxdom_bind_port = nx_kpipe_dom_bind_port,
/xnu-11417.140.69/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.c247 .nxdom_bind_port = nx_netif_dom_bind_port,
/xnu-11417.140.69/bsd/skywalk/nexus/monitor/
H A Dnx_monitor.c275 .nxdom_bind_port = nx_mon_dom_bind_port,
/xnu-11417.140.69/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c223 .nxdom_bind_port = nx_upipe_dom_bind_port,