Home
last modified time | relevance | path

Searched refs:qemu_send_packet_async (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/net/
H A Ddgram.c116 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 Dsocket.c148 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 Dvmnet-common.m151 ssize_t size = qemu_send_packet_async(&s->nc,
176 * qemu_send_packet_async function. If this happens, we should
H A Dstream.c134 if (qemu_send_packet_async(&s->nc, rs->buf, in net_stream_rs_finalize()
H A Dl2tpv3.c365 size = qemu_send_packet_async( in net_l2tpv3_process_queue()
H A Dnet.c735 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 Dtap.c187 size = qemu_send_packet_async(&s->nc, buf, size, tap_send_completed); in tap_send()
/openbmc/qemu/include/net/
H A Dnet.h176 ssize_t qemu_send_packet_async(NetClientState *nc, const uint8_t *buf,