Home
last modified time | relevance | path

Searched refs:create_input_frames (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.1.9/tests/skywalk/
H A Dskt_flowlookup.c154 flow->create_input_frames(flow, &tx_frame, 1, &tx_payload, sizeof(tx_payload)); in test_tcp_flow_receive()
211 connection->create_input_frames(connection, &tx_frame, 1, &tx_payload, sizeof(tx_payload)); in test_tcp_flow_listen()
265 connection->create_input_frames(connection, &tx_frame, 1, &tx_payload, sizeof(tx_payload)); in test_tcp_flow_listen_v6()
324 ip_flow->create_input_frames(ip_flow, &tx_frame, 1, &tx_payload, sizeof(tx_payload)); in test_ip_flow_receive()
350 ip_listener->create_input_frames(ip_listener, &tx_frame, 1, &tx_payload, sizeof(tx_payload)); in test_ip_flow_listen()
372 ip_connection->create_input_frames(ip_connection, &tx_frame, 1, &tx_payload, sizeof(tx_payload)); in test_ip_flow_listen()
H A Dskywalk_test_utils.h179 size_t (*create_input_frames)(struct sktu_flow *flow, member
212 #define create_input_frames _flow_ops.create_input_frames macro
H A Dskt_reass.c218 n_tx_frames = flow->create_input_frames(flow, tx_frames, MAX_FRAMES, in reass_common()
H A Dskywalk_test_utils.c2766 flow->create_input_frames = _sktu_create_udp_flow_input_frames; in _sktu_create_nexus_flow()
2770 flow->create_input_frames = _sktu_create_tcp_flow_input_frames; in _sktu_create_nexus_flow()
2774 flow->create_input_frames = _sktu_create_ip_flow_input_frames; in _sktu_create_nexus_flow()