Home
last modified time | relevance | path

Searched refs:net_fill_rstate (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/net/
H A Dcolo-compare.c849 ret = net_fill_rstate(&s->pri_rs, buf, size); in compare_pri_chr_in()
866 ret = net_fill_rstate(&s->sec_rs, buf, size); in compare_sec_chr_in()
879 ret = net_fill_rstate(&s->notify_rs, buf, size); in compare_notify_chr()
H A Dfilter-mirror.c168 ret = net_fill_rstate(&s->rs, buf, size); in redirector_chr_read()
H A Dstream.c185 ret = net_fill_rstate(&s->rs, (const uint8_t *)buf, size); in net_stream_send()
H A Dsocket.c186 ret = net_fill_rstate(&s->rs, buf, size); in net_socket_send()
H A Dnet.c2033 int net_fill_rstate(SocketReadState *rs, const uint8_t *buf, int size) in net_fill_rstate() function
/openbmc/qemu/include/net/
H A Dnet.h140 int net_fill_rstate(SocketReadState *rs, const uint8_t *buf, int size);