Searched refs:tap_recv (Results 1 – 4 of 4) sorted by relevance
51 static bool tap_recv(packet_t *);112 chan->recv = tap_recv; in tap_init()155 tap_recv(packet_t *pkt) in tap_recv() function
143 ssize_t tap_recv(struct net_backend *be, const struct iovec *iov, int iovcnt);146 ssize_t tap_recv(struct net_backend *be, const struct iovec *iov, int iovcnt);
189 tap_recv(struct net_backend *be, const struct iovec *iov, int iovcnt) in tap_recv() function254 .recv = tap_recv,269 .recv = tap_recv,
184 .recv = tap_recv,