gvisor/pkg/tcpip/transport/packet
Nayana Bidari 92b9069b67 Support owner matching for iptables.
This feature will match UID and GID of the packet creator, for locally
generated packets. This match is only valid in the OUTPUT and POSTROUTING
chains. Forwarded packets do not have any socket associated with them.
Packets from kernel threads do have a socket, but usually no owner.
2020-03-26 12:21:24 -07:00
..
BUILD Move tcpip.PacketBuffer and IPTables to stack package. 2020-03-24 09:06:26 -07:00
endpoint.go Support owner matching for iptables. 2020-03-26 12:21:24 -07:00
endpoint_state.go AF_PACKET support for netstack (aka epsocket). 2019-10-21 13:23:18 -07:00