Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/skywalk/
H A Dskywalk_test_utils.h172 struct sktu_flow;
178 size_t (*create_input_frames)(struct sktu_flow *flow,
182 size_t (*create_output_frames)(struct sktu_flow *flow,
187 typedef struct sktu_flow { struct
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,
252 void _sktu_destroy_nexus_flow(struct sktu_flow *flow);
H A Dskt_flowlookup.c100 struct sktu_flow *flow; in test_tcp_flow_send()
143 struct sktu_flow *flow; in test_tcp_flow_receive()
178 struct sktu_flow *listener, *connection; in test_tcp_flow_listen()
232 struct sktu_flow *listener, *connection; in test_tcp_flow_listen_v6()
287 struct sktu_flow *ip_flow; in test_ip_flow_send()
313 struct sktu_flow *ip_flow; in test_ip_flow_receive()
339 struct sktu_flow *ip_listener, *ip_connection; in test_ip_flow_listen()
H A Dskt_flow.c57 struct sktu_flow *flow; in skt_flow_add_del()
87 struct sktu_flow *regular_flow_0, *regular_flow_1; in skt_flow_req_low_latency()
88 struct sktu_flow *low_latency_flow_0, *low_latency_flow_1; in skt_flow_req_low_latency()
174 struct sktu_flow *flow; in skt_flow_config_main()
H A Dskt_mpprotons.c59 struct sktu_flow *flow; in skt_flow_req_should_succeed()
69 struct sktu_flow *flow; in skt_flow_req_should_fail()
H A Dskt_listener.c112 struct sktu_flow *listener, *connection_1, *connection_2, *no_flow; in skt_listener_main()
287 struct sktu_flow *listener, *flows[511]; in skt_listener_stress_main()
369 struct sktu_flow *listener, *connection, *dup_listener; in skt_listener_reuse_main()
H A Dskywalk_test_utils.c2604 sktu_attach_flow_metadata_to_frames(struct sktu_flow *flow, in sktu_attach_flow_metadata_to_frames()
2614 _sktu_create_udp_flow_input_frames(struct sktu_flow *flow, in _sktu_create_udp_flow_input_frames()
2625 _sktu_create_udp_flow_output_frames(struct sktu_flow *flow, in _sktu_create_udp_flow_output_frames()
2637 _sktu_create_tcp_flow_input_frames(struct sktu_flow *flow, in _sktu_create_tcp_flow_input_frames()
2648 _sktu_create_tcp_flow_output_frames(struct sktu_flow *flow, in _sktu_create_tcp_flow_output_frames()
2660 _sktu_create_ip_flow_input_frames(struct sktu_flow *flow, in _sktu_create_ip_flow_input_frames()
2670 _sktu_create_ip_flow_output_frames(struct sktu_flow *flow, in _sktu_create_ip_flow_output_frames()
2711 sktu_flow_to_string(struct sktu_flow *flow) in sktu_flow_to_string()
2716 struct sktu_flow *
2721 struct sktu_flow *flow = malloc(sizeof(*flow)); in _sktu_create_nexus_flow()
[all …]
H A Dskt_reass.c210 reass_common(channel_port *ch_port, struct sktu_flow *flow, void *data, in reass_common()
592 struct sktu_flow *flow_ipv4, *flow_ipv6; in skt_reass_main()
H A Dskt_mangle.c71 struct sktu_flow *flow;