gvisor/pkg/tcpip/transport/raw
Kevin Krakauer 12235d533a AF_PACKET support for netstack (aka epsocket).
Like (AF_INET, SOCK_RAW) sockets, AF_PACKET sockets require CAP_NET_RAW. With
runsc, you'll need to pass `--net-raw=true` to enable them.

Binding isn't supported yet.

PiperOrigin-RevId: 275909366
2019-10-21 13:23:18 -07:00
..
BUILD AF_PACKET support for netstack (aka epsocket). 2019-10-21 13:23:18 -07:00
endpoint.go AF_PACKET support for netstack (aka epsocket). 2019-10-21 13:23:18 -07:00
endpoint_state.go AF_PACKET support for netstack (aka epsocket). 2019-10-21 13:23:18 -07:00
protocol.go AF_PACKET support for netstack (aka epsocket). 2019-10-21 13:23:18 -07:00