Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/skywalk/
H A Dskt_bind.c187 error = sktc_bind_tcp4_flow(sktc_nexus_controller, in skt_bind_common()
214 error = sktc_bind_tcp4_flow(sktc_nexus_controller, in skt_bind_common()
239 error = sktc_bind_tcp4_flow(sktc_nexus_controller, in skt_bind_common()
286 error = sktc_bind_tcp4_flow(sktc_nexus_controller, in skt_bind_common()
333 error = sktc_bind_tcp4_flow(sktc_nexus_controller, in skt_bind_common()
371 error = sktc_bind_tcp4_flow(sktc_nexus_controller, in skt_bind_common()
H A Dskt_manyflows.c56 error = sktc_bind_tcp4_flow(ncd, fsw, 0, nx_port_start + i, flows[i * nflows_per_port + j]); in do_flows()
180 error = sktc_bind_tcp4_flow(handles.controller, handles.fsw_nx_uuid, in skt_mf1xall_common()
203 error = sktc_bind_tcp4_flow(handles.controller, handles.fsw_nx_uuid, in skt_mf1xall_common()
H A Dskt_restricted_port.c69 error = sktc_bind_tcp4_flow(handles.controller, handles.fsw_nx_uuid, in skt_reserve_restricted_port()
H A Dskt_teardown.c132 error = sktc_bind_tcp4_flow(ncd, ms_instance, 0, in skt_teardown_pass()
H A Dskt_writemem.c228 error = sktc_bind_tcp4_flow(ms_fsw_handle.controller, in skt_ms_fsw_init()
H A Dskt_netifcompat.c250 error = sktc_bind_tcp4_flow(sktc_nexus_controller, ms_instance, in skt_fsw_common()
H A Dskywalk_test_utils.h236 int sktc_bind_tcp4_flow(nexus_controller_t ncd, const uuid_t fsw, in_port_t in_port, nexus_port_t n…
H A Dskywalk_test_utils.c706 sktc_bind_tcp4_flow(nexus_controller_t ncd, const uuid_t fsw, in_port_t in_port, nexus_port_t nx_po… in sktc_bind_tcp4_flow() function