Searched refs:tx_frame (Results 1 – 2 of 2) sorted by relevance
| /xnu-11417.121.6/tests/skywalk/ |
| H A D | skt_flowlookup.c | 102 struct sktu_frame *tx_frame; in test_tcp_flow_send() local 110 flow->create_output_frames(flow, &tx_frame, 1, &tx_payload, sizeof(tx_payload), NO_CSUM_OFFLOAD); in test_tcp_flow_send() 112 sktu_dump_buffer(stderr, NULL, &tx_frame->bytes[0], tx_frame->len); in test_tcp_flow_send() 114 sktu_channel_port_tx_burst(&port, &tx_frame, 1); in test_tcp_flow_send() 136 sktu_frame_free(tx_frame); in test_tcp_flow_send() 144 struct sktu_frame *tx_frame, *rx_frame; in test_tcp_flow_receive() local 154 flow->create_input_frames(flow, &tx_frame, 1, &tx_payload, sizeof(tx_payload)); in test_tcp_flow_receive() 156 sktu_utun_fd_tx_burst(utun_fd, &tx_frame, 1); in test_tcp_flow_receive() 171 sktu_frame_free(tx_frame); in test_tcp_flow_receive() 180 struct sktu_frame *rx_frame, *tx_frame; in test_tcp_flow_listen() local [all …]
|
| H A D | skt_mangle.c | 125 struct sktu_frame *tx_frame; in skt_mangle_verify_internalize_metadata() local 126 sktu_create_udp_frames(&tx_frame, 1, IPVERSION, in skt_mangle_verify_internalize_metadata() 129 uuid_copy(tx_frame->flow_uuid, ctx->flow->nfr.nfr_flow_uuid); in skt_mangle_verify_internalize_metadata() 131 packet_t pkt = sktu_channel_port_frame_to_pkt(&ctx->port, tx_frame); in skt_mangle_verify_internalize_metadata() 148 sktu_frame_free(tx_frame); in skt_mangle_verify_internalize_metadata()
|