gvisor/pkg/tcpip/transport/raw
Ghanan Gowripalan 2485a4e2cb Make stack.Route safe to access concurrently
Multiple goroutines may use the same stack.Route concurrently so
the stack.Route should make sure that any functions called on it
are thread-safe.

Fixes #4073

PiperOrigin-RevId: 344320491
2020-11-25 14:52:59 -08:00
..
BUILD Move tcpip.PacketBuffer and IPTables to stack package. 2020-03-24 09:06:26 -07:00
endpoint.go Make stack.Route safe to access concurrently 2020-11-25 14:52:59 -08:00
endpoint_state.go Make stack.Route safe to access concurrently 2020-11-25 14:52:59 -08:00
protocol.go AF_PACKET support for netstack (aka epsocket). 2019-10-21 13:23:18 -07:00