Searched defs:nx_uuid (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.41.6/libsyscall/wrappers/skywalk/ |
| H A D | os_nexus.c | 144 const uuid_t prov_uuid, uuid_t *nx_uuid) in os_nexus_controller_alloc_provider_instance() 152 const uuid_t nx_uuid) in os_nexus_controller_free_provider_instance() 159 const uuid_t nx_uuid, const nexus_port_t port, const pid_t pid, in os_nexus_controller_bind_provider_instance() 174 const uuid_t nx_uuid, const nexus_port_t port) in os_nexus_controller_unbind_provider_instance() 433 const uuid_t nx_uuid, const char *ifname, const uuid_t netif_uuid, in __os_nexus_ifattach() 466 __os_nexus_ifdetach(const nexus_controller_t ncd, const uuid_t nx_uuid, in __os_nexus_ifdetach() 483 __os_nexus_flow_add(const nexus_controller_t ncd, const uuid_t nx_uuid, in __os_nexus_flow_add() 496 __os_nexus_flow_del(const nexus_controller_t ncd, const uuid_t nx_uuid, in __os_nexus_flow_del() 509 __os_nexus_config_flow(const uuid_t nx_uuid, struct nx_flow_req *nfr) in __os_nexus_config_flow() 521 os_nexus_flow_set_wake_from_sleep(const uuid_t nx_uuid, const uuid_t flow_uuid, in os_nexus_flow_set_wake_from_sleep() [all …]
|
| /xnu-12377.41.6/bsd/skywalk/nexus/ |
| H A D | nexus_common.h | 408 __nexus_bind_req_prepare(struct nx_bind_req *nbr, const uuid_t nx_uuid, in __nexus_bind_req_prepare() 438 __nexus_unbind_req_prepare(struct nx_unbind_req *nbu, const uuid_t nx_uuid, in __nexus_unbind_req_prepare() 450 __nexus_config_req_prepare(struct nx_cfg_req *ncr, const uuid_t nx_uuid, in __nexus_config_req_prepare()
|
| H A D | nexus_kern.c | 1016 nexus_ctx_release_fn_t nx_ctx_release, uuid_t *nx_uuid, in kern_nexus_controller_alloc_provider_instance() 1056 nexus_ctx_release_fn_t nx_ctx_release, uuid_t *nx_uuid, in kern_nexus_controller_alloc_net_provider_instance() 1177 const uuid_t nx_uuid) in kern_nexus_controller_free_provider_instance() 1194 const uuid_t nx_uuid, nexus_port_t *port, const pid_t pid, in kern_nexus_controller_bind_provider_instance() 1232 const uuid_t nx_uuid, const nexus_port_t port) in kern_nexus_controller_unbind_provider_instance() 1356 _kern_nexus_ifattach(struct nxctl *nxctl, const uuid_t nx_uuid, in _kern_nexus_ifattach() 1410 kern_nexus_ifattach(nexus_controller_t ncd, const uuid_t nx_uuid, in kern_nexus_ifattach() 1433 const uuid_t nx_uuid, const uuid_t nx_if_uuid) in kern_nexus_ifdetach() 1468 kern_nexus_get_netif_instance(struct ifnet *ifp, uuid_t nx_uuid) in kern_nexus_get_netif_instance() 1489 kern_nexus_get_flowswitch_instance(struct ifnet *ifp, uuid_t nx_uuid) in kern_nexus_get_flowswitch_instance() [all …]
|
| H A D | nexus_syscalls.c | 367 uuid_t nx_uuid; in __nexus_destroy() local
|
| H A D | nexus.c | 1985 nx_destroy(struct nxctl *nxctl, const uuid_t nx_uuid) in nx_destroy() 2026 nx_find(const uuid_t nx_uuid, boolean_t locked) in nx_find() 3558 kern_nexus_get_pbufpool_info(const uuid_t nx_uuid, in kern_nexus_get_pbufpool_info()
|
| H A D | nexus_var.h | 216 uuid_t nx_uuid; member
|
| /xnu-12377.41.6/bsd/skywalk/channel/ |
| H A D | kern_channel_event.c | 85 __notif_dest_by_nx_uuid(struct __notif_dest *dest, const uuid_t nx_uuid) in __notif_dest_by_nx_uuid() 222 kern_channel_event_transmit_status_with_nexus(const uuid_t nx_uuid, in kern_channel_event_transmit_status_with_nexus() 270 kern_channel_event_transmit_expired_with_nexus(const uuid_t nx_uuid, in kern_channel_event_transmit_expired_with_nexus()
|