Searched refs:qemu_send_packet_async (Results 1 – 8 of 8) sorted by relevance
| /openbmc/qemu/net/ |
| H A D | stream_data.c | 83 if (qemu_send_packet_async(&d->nc, rs->buf, in net_stream_data_rs_finalize()
|
| H A D | dgram.c | 116 if (qemu_send_packet_async(&s->nc, rs->buf, in net_dgram_rs_finalize() 138 if (qemu_send_packet_async(&s->nc, s->rs.buf, size, in net_dgram_send()
|
| H A D | vmnet-common.m | 170 size = qemu_send_packet_async(&s->nc, pkt, pktsz, 193 * qemu_send_packet_async function. If this happens, we should
|
| H A D | socket.c | 148 if (qemu_send_packet_async(&s->nc, rs->buf, in net_socket_rs_finalize() 207 if (qemu_send_packet_async(&s->nc, s->rs.buf, size, in net_socket_send_dgram()
|
| H A D | l2tpv3.c | 365 size = qemu_send_packet_async( in net_l2tpv3_process_queue()
|
| H A D | net.c | 754 ssize_t qemu_send_packet_async(NetClientState *sender, in qemu_send_packet_async() function 764 return qemu_send_packet_async(nc, buf, size, NULL); in qemu_send_packet()
|
| H A D | tap.c | 210 size = qemu_send_packet_async(&s->nc, buf, size, tap_send_completed); in tap_send()
|
| /openbmc/qemu/include/net/ |
| H A D | net.h | 180 ssize_t qemu_send_packet_async(NetClientState *nc, const uint8_t *buf,
|