Home
last modified time | relevance | path

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

/xnu-11215.61.5/tests/skywalk/
H A Dskywalk_test_utils.h170 } channel_port, *channel_port_t, *sktu_channel_port_t; typedef
285 extern void sktu_channel_port_init(channel_port_t ch_port, uuid_t instance,
288 extern void skt_channel_port_send(channel_port_t port, uuid_t flow_id,
295 extern void skt_channel_port_receive(int child, channel_port_t port,
300 extern void sktu_channel_port_tx_bulk(channel_port_t port,
303 extern packet_t sktu_channel_port_frame_to_pkt(channel_port_t port,
305 extern uint32_t sktu_channel_port_tx_burst_pkt(channel_port_t port,
307 extern uint32_t sktu_channel_port_rx_burst(channel_port_t port,
309 extern uint32_t sktu_channel_port_tx_burst(channel_port_t port,
H A Dskt_xfer.c373 sktc_xfer_copy_data_to_packet(channel_port_t port, packet_t ph, in sktc_xfer_copy_data_to_packet()
509 tcp_frame_populate(channel_port_t port, packet_t ph, struct in_addr src_ip, in tcp_frame_populate()
599 udp_frame_populate(channel_port_t port, packet_t ph, struct in_addr src_ip, in udp_frame_populate()
694 ip_frame_populate(channel_port_t port, packet_t ph, uint8_t protocol, in ip_frame_populate()
758 frame_populate(channel_port_t port, packet_t ph, int protocol, in frame_populate()
1130 channel_port_send(channel_port_t port, uuid_t flow_id,
1236 channel_port_send_fragments(channel_port_t port, uuid_t flow_id, in channel_port_send_fragments()
1341 channel_port_receive_payload(channel_port_t port, my_payload_t payload, in channel_port_receive_payload()
1394 channel_port_receive(int child, channel_port_t port, uint16_t our_port, in channel_port_receive()
1497 channel_port_receive_all(channel_port_t port, uuid_t flow_id, in channel_port_receive_all()
[all …]
H A Dskywalk_test_utils.c1640 sktu_channel_port_init(channel_port_t ch_port, uuid_t instance, in sktu_channel_port_init()
1686 sktu_channel_port_frame_to_pkt(channel_port_t port, struct sktu_frame *frame) in sktu_channel_port_frame_to_pkt()
1755 sktu_channel_port_tx(channel_port_t port, packet_t pkt) in sktu_channel_port_tx()
1778 sktu_channel_port_tx_burst_pkt(channel_port_t port, packet_t *pkts, in sktu_channel_port_tx_burst_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()
2051 sktu_channel_port_rx(channel_port_t port) 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()
H A Dskt_netifdirect.c296 skt_netif_channel_send(channel_port_t port, uint16_t src_port,
394 skt_netif_channel_receive(int child, channel_port_t port, uint32_t limit, in skt_netif_channel_receive()
478 skt_netif_send_and_receive(channel_port_t port, uint16_t src_port, in skt_netif_send_and_receive()