Searched refs:__os_nexus_flow_add (Results 1 – 8 of 8) sorted by relevance
| /xnu-12377.61.12/tests/skywalk/ |
| H A D | skt_flowswitch_ns_reserve.c | 218 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 D | skt_fswbinds.c | 75 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 D | skt_filter.c | 460 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 D | skt_netifdirect.c | 156 error = __os_nexus_flow_add(handles->controller, in skt_add_netif_ipv6_flow()
|
| H A D | skywalk_test_utils.c | 716 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 D | skt_xfer.c | 300 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 D | os_nexus_private.h | 688 extern int __os_nexus_flow_add(const nexus_controller_t ncd,
|
| /xnu-12377.61.12/libsyscall/wrappers/skywalk/ |
| H A D | os_nexus.c | 483 __os_nexus_flow_add(const nexus_controller_t ncd, const uuid_t nx_uuid, in __os_nexus_flow_add() function
|