Searched refs:tap_recv (Results 1 – 4 of 4) sorted by relevance
| /src/usr.sbin/bluetooth/btpand/ |
| H A D | tap.c | 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
|
| /src/usr.sbin/bhyve/ |
| H A D | net_backends_priv.h | 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);
|
| H A D | net_backends.c | 190 tap_recv(struct net_backend *be, const struct iovec *iov, int iovcnt) in tap_recv() function 255 .recv = tap_recv, 270 .recv = tap_recv, 285 .recv = tap_recv,
|
| H A D | net_backend_netgraph.c | 184 .recv = tap_recv,
|