Searched refs:nxdom_bind_port (Results 1 – 10 of 10) sorted by relevance
| /xnu-11417.140.69/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_flow.c | 161 if ((*error = NX_DOM(nx)->nxdom_bind_port(nx, in fsw_flow_add()
|
| H A D | nx_flowswitch.c | 218 .nxdom_bind_port = nx_fsw_dom_bind_port,
|
| /xnu-11417.140.69/bsd/skywalk/nexus/ |
| H A D | nexus_var.h | 396 int (*nxdom_bind_port) /* required */ member
|
| H A D | nexus_kern.c | 279 ASSERT(nxdom->nxdom_bind_port != NULL); in nxdom_attach()
|
| H A D | nexus.c | 804 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 D | nx_kernel_pipe.c | 199 .nxdom_bind_port = nx_kpipe_dom_bind_port,
|
| /xnu-11417.140.69/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_netagent.c | 310 err = NX_DOM(nx)->nxdom_bind_port(nx, &nx_port, &nxb, npi); in nx_netif_netagent_flow_bind()
|
| H A D | nx_netif.c | 247 .nxdom_bind_port = nx_netif_dom_bind_port,
|
| /xnu-11417.140.69/bsd/skywalk/nexus/monitor/ |
| H A D | nx_monitor.c | 275 .nxdom_bind_port = nx_mon_dom_bind_port,
|
| /xnu-11417.140.69/bsd/skywalk/nexus/upipe/ |
| H A D | nx_user_pipe.c | 223 .nxdom_bind_port = nx_upipe_dom_bind_port,
|