Home
last modified time | relevance | path

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

/xnu-12377.41.6/tests/skywalk/ !
H A Dskywalk_test_utils.h171 } channel_port, *channel_port_t, *sktu_channel_port_t; typedef
283 extern void sktu_channel_port_init(channel_port_t ch_port, uuid_t instance,
286 extern void skt_channel_port_send(channel_port_t port, uuid_t flow_id,
293 extern void skt_channel_port_receive(int child, channel_port_t port,
298 extern void sktu_channel_port_tx_bulk(channel_port_t port,
301 extern packet_t sktu_channel_port_frame_to_pkt(channel_port_t port,
303 extern uint32_t sktu_channel_port_tx_burst_pkt(channel_port_t port,
305 extern uint32_t sktu_channel_port_rx_burst(channel_port_t port,
307 extern uint32_t sktu_channel_port_tx_burst(channel_port_t port,
H A Dskt_xfer.c374 sktc_xfer_copy_data_to_packet(channel_port_t port, packet_t ph, in sktc_xfer_copy_data_to_packet()
510 tcp_frame_populate(channel_port_t port, packet_t ph, struct in_addr src_ip, in tcp_frame_populate()
600 udp_frame_populate(channel_port_t port, packet_t ph, struct in_addr src_ip, in udp_frame_populate()
695 ip_frame_populate(channel_port_t port, packet_t ph, uint8_t protocol, in ip_frame_populate()
759 frame_populate(channel_port_t port, packet_t ph, int protocol, in frame_populate()
1131 channel_port_send(channel_port_t port, uuid_t flow_id,
1237 channel_port_send_fragments(channel_port_t port, uuid_t flow_id, in channel_port_send_fragments()
1342 channel_port_receive_payload(channel_port_t port, my_payload_t payload, in channel_port_receive_payload()
1395 channel_port_receive(int child, channel_port_t port, uint16_t our_port, in channel_port_receive()
1498 channel_port_receive_all(channel_port_t port, uuid_t flow_id, in channel_port_receive_all()
[all …]
H A Dskywalk_test_utils.c1619 sktu_channel_port_init(channel_port_t ch_port, uuid_t instance, in sktu_channel_port_init()
1665 sktu_channel_port_frame_to_pkt(channel_port_t port, struct sktu_frame *frame) in sktu_channel_port_frame_to_pkt()
1734 sktu_channel_port_tx(channel_port_t port, packet_t pkt) in sktu_channel_port_tx()
1757 sktu_channel_port_tx_burst_pkt(channel_port_t port, packet_t *pkts, in sktu_channel_port_tx_burst_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()
2030 sktu_channel_port_rx(channel_port_t port) 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()
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()