Home
last modified time | relevance | path

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

/openbmc/qemu/net/
H A Dtap.c116 static ssize_t tap_receive_iov(NetClientState *nc, const struct iovec *iov, in tap_receive_iov() function
143 return tap_receive_iov(nc, &iov, 1); in tap_receive()
338 .receive_iov = tap_receive_iov,