Searched refs:qemu_send_packet_async (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/net/ |
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 | 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 | vmnet-common.m | 151 ssize_t size = qemu_send_packet_async(&s->nc, 176 * qemu_send_packet_async function. If this happens, we should
|
H A D | stream.c | 134 if (qemu_send_packet_async(&s->nc, rs->buf, in net_stream_rs_finalize()
|
H A D | l2tpv3.c | 365 size = qemu_send_packet_async( in net_l2tpv3_process_queue()
|
H A D | net.c | 735 ssize_t qemu_send_packet_async(NetClientState *sender, in qemu_send_packet_async() function 745 return qemu_send_packet_async(nc, buf, size, NULL); in qemu_send_packet()
|
H A D | tap.c | 187 size = qemu_send_packet_async(&s->nc, buf, size, tap_send_completed); in tap_send()
|
/openbmc/qemu/include/net/ |
H A D | net.h | 176 ssize_t qemu_send_packet_async(NetClientState *nc, const uint8_t *buf,
|