Home
last modified time | relevance | path

Searched refs:sktu_frame (Results 1 – 5 of 5) sorted by relevance

/xnu-11417.121.6/tests/skywalk/ !
H A Dskywalk_test_utils.h145 typedef struct sktu_frame { struct
179 struct sktu_frame **frames, size_t max_frames, const void *data, argument
183 struct sktu_frame **frames, size_t max_frames, const void *data,
301 struct sktu_frame **frames, uint32_t n);
304 struct sktu_frame *frame);
308 struct sktu_frame **frames, uint32_t n);
310 struct sktu_frame **frames, uint32_t n);
312 extern uint32_t sktu_utun_fd_rx_burst(int utun_fd, struct sktu_frame **frames,
315 extern void sktu_utun_fd_tx_burst(int utun_fd, struct sktu_frame **frames,
318 extern struct sktu_frame * sktu_frame_alloc();
[all …]
H A Dskt_flowlookup.c102 struct sktu_frame *tx_frame; in test_tcp_flow_send()
117 struct sktu_frame *rx_frame; in test_tcp_flow_send()
144 struct sktu_frame *tx_frame, *rx_frame; in test_tcp_flow_receive()
180 struct sktu_frame *rx_frame, *tx_frame; in test_tcp_flow_listen()
234 struct sktu_frame *rx_frame, *tx_frame; in test_tcp_flow_listen_v6()
289 struct sktu_frame *rx_frame, *tx_frame; in test_ip_flow_send()
315 struct sktu_frame *rx_frame, *tx_frame; in test_ip_flow_receive()
341 struct sktu_frame *rx_frame, *tx_frame; in test_ip_flow_listen()
H A Dskywalk_test_utils.c1686 sktu_channel_port_frame_to_pkt(channel_port_t port, struct sktu_frame *frame) in sktu_channel_port_frame_to_pkt()
1842 sktu_channel_port_tx_burst(channel_port_t port, struct sktu_frame **frames, in sktu_channel_port_tx_burst()
1906 sktu_channel_port_tx_bulk(channel_port_t port, struct sktu_frame **frames, in sktu_channel_port_tx_bulk()
1918 sktu_parse_ipv4_frame(struct sktu_frame *frame, void *ip_payload, in sktu_parse_ipv4_frame()
1949 sktu_parse_tcp4_frame(struct sktu_frame *frame, void *tcp_payload, in sktu_parse_tcp4_frame()
1995 sktu_parse_udp4_frame(struct sktu_frame *frame, void *udp_payload, in sktu_parse_udp4_frame()
2050 struct sktu_frame *
2056 struct sktu_frame *frame; in sktu_channel_port_rx()
2121 sktu_channel_port_rx_burst(channel_port_t port, struct sktu_frame **frames, in sktu_channel_port_rx_burst()
2183 sktu_channel_port_rx_bulk(channel_port_t port, struct sktu_frame **frames, in sktu_channel_port_rx_bulk()
[all …]
H A Dskt_reass.c213 struct sktu_frame *rx_frames[MAX_FRAMES]; in reass_common()
214 struct sktu_frame *tx_frames[MAX_FRAMES]; in reass_common()
H A Dskt_mangle.c125 struct sktu_frame *tx_frame; in skt_mangle_verify_internalize_metadata()