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 Dstream_data.c83 if (qemu_send_packet_async(&d->nc, rs->buf, in net_stream_data_rs_finalize()
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 Dvmnet-common.m170 size = qemu_send_packet_async(&s->nc, pkt, pktsz,
193 * qemu_send_packet_async function. If this happens, we should
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 Dl2tpv3.c365 size = qemu_send_packet_async( in net_l2tpv3_process_queue()
H A Dnet.c754 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 Dtap.c210 size = qemu_send_packet_async(&s->nc, buf, size, tap_send_completed); in tap_send()
/openbmc/qemu/include/net/
H A Dnet.h180 ssize_t qemu_send_packet_async(NetClientState *nc, const uint8_t *buf,