Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/skywalk/
H A Dskt_filter.c85 nexus_controller_t nx_ncd; member
342 if (args->nx_ncd != NULL) { in custom_ether_cleanup()
343 os_nexus_controller_destroy(args->nx_ncd); in custom_ether_cleanup()
344 args->nx_ncd = NULL; in custom_ether_cleanup()
489 nexus_controller_t nx_ncd; in custom_ether_thread() local
494 nx_ncd = os_nexus_controller_create(); in custom_ether_thread()
495 SKTC_ASSERT_ERR(nx_ncd != NULL); in custom_ether_thread()
496 args->nx_ncd = nx_ncd; in custom_ether_thread()
498 custom_ether_setup_flow(nx_ncd, if_uuid, args, in custom_ether_thread()
765 nexus_controller_t nx_ncd; in filter_thread() local
[all …]