Home
last modified time | relevance | path

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

/xnu-11215.61.5/tests/skywalk/
H A Dskywalk_test_utils.h65 } * sktu_nexus_t; typedef
202 sktu_nexus_t nexus;
241 struct sktu_flow * _sktu_create_nexus_flow(sktu_nexus_t nexus,
244 struct sktu_flow * sktu_create_nexus_flow(sktu_nexus_t nexus, uint8_t af,
246 struct sktu_flow * sktu_create_nexus_low_latency_flow(sktu_nexus_t nexus,
249 struct sktu_flow * sktu_create_nexus_flow_with_nx_port(sktu_nexus_t nexus,
H A Dskywalk_test_utils.c2717 _sktu_create_nexus_flow(sktu_nexus_t nexus, nexus_port_t nx_port, in _sktu_create_nexus_flow()
2807 sktu_create_nexus_flow(sktu_nexus_t nexus, uint8_t af, void *src, void *dst, in sktu_create_nexus_flow()
2814 sktu_create_nexus_flow_with_nx_port(sktu_nexus_t nexus, nexus_port_t nx_port, in sktu_create_nexus_flow_with_nx_port()
2822 sktu_create_nexus_low_latency_flow(sktu_nexus_t nexus, uint8_t af, void *src, void *dst, in sktu_create_nexus_low_latency_flow()
2831 sktu_nexus_t nexus = flow->nexus; in _sktu_destroy_nexus_flow()