Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/skywalk/
H A Dskt_fswbinds.c125 error = __os_nexus_flow_del(handles.controller, handles.fsw_nx_uuid, &nfr); in skt_fswbind_common()
132 error = __os_nexus_flow_del(handles.controller, handles.fsw_nx_uuid, &nfr); in skt_fswbind_common()
H A Dskt_flowswitch_ns_reserve.c353 error = __os_nexus_flow_del(handles->controller, handles->fsw_nx_uuid, in skt_flowswitch_ns_sky()
361 error = __os_nexus_flow_del(handles->controller, handles->fsw_nx_uuid, in skt_flowswitch_ns_sky()
517 error = __os_nexus_flow_del(handles->controller, in skt_flowswitch_ns_sky_bsd()
594 error = __os_nexus_flow_del(handles->controller, in skt_flowswitch_ns_check_v4mappedv6addr()
1008 error = __os_nexus_flow_del(handles.controller, in skt_flowswitch_ns_reserve_main()
1019 error = __os_nexus_flow_del(handles.controller, in skt_flowswitch_ns_reserve_main()
1046 error = __os_nexus_flow_del(handles.controller, in skt_flowswitch_ns_reserve_main()
1057 error = __os_nexus_flow_del(handles.controller, in skt_flowswitch_ns_reserve_main()
H A Dskt_listener.c104 error = __os_nexus_flow_del(handles.controller, handles.fsw_nx_uuid, in skt_listener_cleanup()
H A Dskywalk_test_utils.c776 error = __os_nexus_flow_del(ncd, fsw, &nfr); in sktc_unbind_flow()
2813 int error = __os_nexus_flow_del(nexus->controller, nexus->fsw_nx_uuid, nfr); in _sktu_destroy_nexus_flow()
/xnu-12377.61.12/bsd/skywalk/nexus/
H A Dos_nexus_private.h690 extern int __os_nexus_flow_del(const nexus_controller_t ncd,
/xnu-12377.61.12/libsyscall/wrappers/skywalk/
H A Dos_nexus.c496 __os_nexus_flow_del(const nexus_controller_t ncd, const uuid_t nx_uuid, in __os_nexus_flow_del() function