Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bluetooth/btpand/
H A Dtap.c51 static bool tap_recv(packet_t *);
112 chan->recv = tap_recv; in tap_init()
155 tap_recv(packet_t *pkt) in tap_recv() function
/freebsd/usr.sbin/bhyve/
H A Dnet_backends_priv.h143 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 Dnet_backends.c189 tap_recv(struct net_backend *be, const struct iovec *iov, int iovcnt) in tap_recv() function
254 .recv = tap_recv,
269 .recv = tap_recv,
H A Dnet_backend_netgraph.c184 .recv = tap_recv,