gvisor/pkg/tcpip/stack
Ghanan Gowripalan 4aec33aac6 Explicitly allow new connections to be created
This change is to prepare for later changes which may determine if a
packet is sent in response to an original packet so that the reply
packet does not create a new connection.

PiperOrigin-RevId: 413501477
2021-12-01 13:50:25 -08:00
..
BUILD conntrack: account for window scaling 2021-11-23 17:43:24 -08:00
addressable_endpoint_state.go
addressable_endpoint_state_test.go
conntrack.go Explicitly allow new connections to be created 2021-12-01 13:50:25 -08:00
conntrack_test.go conntrack: account for window scaling 2021-11-23 17:43:24 -08:00
forwarding_test.go
headertype_string.go
hook_string.go
icmp_rate_limit.go
iptables.go Drop connection on reply tuple conflict 2021-11-16 15:44:24 -08:00
iptables_targets.go Handle source port conflicts 2021-11-11 15:56:34 -08:00
iptables_test.go Explicitly allow new connections to be created 2021-12-01 13:50:25 -08:00
iptables_types.go Remove unused member 2021-11-12 12:59:13 -08:00
ndp_test.go Update Waitable API. 2021-11-13 12:54:39 -08:00
neighbor_cache.go
neighbor_cache_test.go
neighbor_entry.go
neighbor_entry_test.go
neighborstate_string.go
nic.go Prevent PacketBuffers from being returned to the pool too early in nic. 2021-11-10 14:12:33 -08:00
nic_stats.go Record counts of packets with unknown L3/L4 numbers 2021-10-27 10:06:55 -07:00
nic_test.go Record counts of packets with unknown L3/L4 numbers 2021-10-27 10:06:55 -07:00
nud.go
nud_test.go
packet_buffer.go Modify udpPacket to hold a PacketBuffer reference instead of a VectorizedView. 2021-11-23 14:29:56 -08:00
packet_buffer_test.go
packet_buffer_unsafe.go
pending_packets.go Add reference counting to packet buffers. 2021-11-08 13:28:38 -08:00
rand.go
registration.go Modify udpPacket to hold a PacketBuffer reference instead of a VectorizedView. 2021-11-23 14:29:56 -08:00
route.go Modify udpPacket to hold a PacketBuffer reference instead of a VectorizedView. 2021-11-23 14:29:56 -08:00
stack.go Handle source port conflicts 2021-11-11 15:56:34 -08:00
stack_global_state.go
stack_options.go
stack_test.go Always parse Transport headers 2021-10-19 17:25:55 -07:00
tcp.go
transport_demuxer.go Add reference counting to packet buffers. 2021-11-08 13:28:38 -08:00
transport_demuxer_test.go Update Waitable API. 2021-11-13 12:54:39 -08:00
transport_test.go Always parse Transport headers 2021-10-19 17:25:55 -07:00