Home
last modified time | relevance | path

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

/xnu-12377.41.6/tests/skywalk/
H A Dskywalk_test_utils.h146 typedef struct sktu_frame { struct
180 struct sktu_frame **frames, size_t max_frames, const void *data, argument
184 struct sktu_frame **frames, size_t max_frames, const void *data,
299 struct sktu_frame **frames, uint32_t n);
302 struct sktu_frame *frame);
306 struct sktu_frame **frames, uint32_t n);
308 struct sktu_frame **frames, uint32_t n);
310 extern uint32_t sktu_utun_fd_rx_burst(int utun_fd, struct sktu_frame **frames,
313 extern void sktu_utun_fd_tx_burst(int utun_fd, struct sktu_frame **frames,
316 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.c1665 sktu_channel_port_frame_to_pkt(channel_port_t port, struct sktu_frame *frame) in sktu_channel_port_frame_to_pkt()
1821 sktu_channel_port_tx_burst(channel_port_t port, struct sktu_frame **frames, in sktu_channel_port_tx_burst()
1885 sktu_channel_port_tx_bulk(channel_port_t port, struct sktu_frame **frames, in sktu_channel_port_tx_bulk()
1897 sktu_parse_ipv4_frame(struct sktu_frame *frame, void *ip_payload, in sktu_parse_ipv4_frame()
1928 sktu_parse_tcp4_frame(struct sktu_frame *frame, void *tcp_payload, in sktu_parse_tcp4_frame()
1974 sktu_parse_udp4_frame(struct sktu_frame *frame, void *udp_payload, in sktu_parse_udp4_frame()
2029 struct sktu_frame *
2035 struct sktu_frame *frame; in sktu_channel_port_rx()
2100 sktu_channel_port_rx_burst(channel_port_t port, struct sktu_frame **frames, in sktu_channel_port_rx_burst()
2162 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()