gvisor/pkg/tcpip/link/rawfile
Bhasker Hariharan e0b3d3323f Add support for using PACKET_RX_RING to receive packets.
PACKET_RX_RING allows the use of an mmapped buffer to receive packets from the
kernel. This should cut down the number of host syscalls that need to be made
to receive packets when the underlying fd is a socket of the AF_PACKET type.

PiperOrigin-RevId: 233834998
Change-Id: I8060025c6ced206986e94cc46b8f382b81bfa47f
2019-02-13 14:53:03 -08:00
..
BUILD Remove license comments 2019-01-31 11:12:53 -08:00
blockingpoll_amd64.s Add support for using PACKET_RX_RING to receive packets. 2019-02-13 14:53:03 -08:00
blockingpoll_amd64_unsafe.go Add support for using PACKET_RX_RING to receive packets. 2019-02-13 14:53:03 -08:00
blockingpoll_unsafe.go Add support for using PACKET_RX_RING to receive packets. 2019-02-13 14:53:03 -08:00
errors.go Use syserr style error translation in netstack's rawfile 2018-10-31 18:22:05 -07:00
rawfile_unsafe.go Add support for using PACKET_RX_RING to receive packets. 2019-02-13 14:53:03 -08:00