Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/skywalk/
H A Dskt_flowswitch_ns_reserve.c218 error = __os_nexus_flow_add(handles->controller, in skt_flowswitch_ns_bsd()
226 error = __os_nexus_flow_add(handles->controller, in skt_flowswitch_ns_bsd()
278 error = __os_nexus_flow_add(handles->controller, in skt_flowswitch_ns_sky()
322 error = __os_nexus_flow_add(handles->controller, handles->fsw_nx_uuid, &nfr); in skt_flowswitch_ns_sky()
408 error = __os_nexus_flow_add(handles->controller, handles->fsw_nx_uuid, in skt_ns_sky_bind()
904 error = __os_nexus_flow_add(handles.controller, in skt_flowswitch_ns_reserve_main()
917 error = __os_nexus_flow_add(handles.controller, in skt_flowswitch_ns_reserve_main()
931 error = __os_nexus_flow_add(handles.controller, in skt_flowswitch_ns_reserve_main()
945 error = __os_nexus_flow_add(handles.controller, in skt_flowswitch_ns_reserve_main()
961 error = __os_nexus_flow_add(handles2.controller, in skt_flowswitch_ns_reserve_main()
[all …]
H A Dskt_fswbinds.c75 error = __os_nexus_flow_add(handles.controller, handles.fsw_nx_uuid, &nfr); in skt_fswbind_common()
107 error = __os_nexus_flow_add(handles.controller, handles.fsw_nx_uuid, &nfr); in skt_fswbind_common()
H A Dskt_filter.c460 error = __os_nexus_flow_add(ncd, uuid, &nfr); in custom_ether_setup_flow()
750 error = __os_nexus_flow_add(ncd, uuid, &nfr); in filter_setup_flow()
H A Dskt_netifdirect.c156 error = __os_nexus_flow_add(handles->controller, in skt_add_netif_ipv6_flow()
H A Dskywalk_test_utils.c716 error = __os_nexus_flow_add(ncd, fsw, &nfr); in sktc_bind_tcp4_flow()
2742 int error = __os_nexus_flow_add(nexus->controller, nexus->fsw_nx_uuid, nfr); in _sktu_create_nexus_flow()
H A Dskt_xfer.c300 error = __os_nexus_flow_add(ncd, fsw, &nfr); in connect_flow()
351 error = __os_nexus_flow_add(ncd, fsw, &nfr); in connect_child_flow()
/xnu-12377.61.12/bsd/skywalk/nexus/
H A Dos_nexus_private.h688 extern int __os_nexus_flow_add(const nexus_controller_t ncd,
/xnu-12377.61.12/libsyscall/wrappers/skywalk/
H A Dos_nexus.c483 __os_nexus_flow_add(const nexus_controller_t ncd, const uuid_t nx_uuid, in __os_nexus_flow_add() function