Searched refs:create_output_frames (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.61.12/tests/skywalk/ |
| H A D | skywalk_test_utils.h | 183 size_t (*create_output_frames)(struct sktu_flow *flow, member 213 #define create_output_frames _flow_ops.create_output_frames macro
|
| H A D | skt_flowlookup.c | 110 flow->create_output_frames(flow, &tx_frame, 1, &tx_payload, sizeof(tx_payload), NO_CSUM_OFFLOAD); in test_tcp_flow_send() 298 ip_flow->create_output_frames(ip_flow, &tx_frame, 1, &tx_payload, sizeof(tx_payload), false); in test_ip_flow_send()
|
| H A D | skywalk_test_utils.c | 2767 flow->create_output_frames = _sktu_create_udp_flow_output_frames; in _sktu_create_nexus_flow() 2771 flow->create_output_frames = _sktu_create_tcp_flow_output_frames; in _sktu_create_nexus_flow() 2775 flow->create_output_frames = _sktu_create_ip_flow_output_frames; in _sktu_create_nexus_flow()
|