diff options
Diffstat (limited to 'pkg/tcpip')
-rwxr-xr-x | pkg/tcpip/link/fdbased/fdbased_state_autogen.go | 2 | ||||
-rwxr-xr-x | pkg/tcpip/link/fdbased/fdbased_unsafe_state_autogen.go | 6 | ||||
-rwxr-xr-x | pkg/tcpip/link/rawfile/rawfile_state_autogen.go | 5 | ||||
-rwxr-xr-x | pkg/tcpip/link/rawfile/rawfile_unsafe_state_autogen.go | 9 | ||||
-rwxr-xr-x | pkg/tcpip/link/sharedmem/pipe/pipe_unsafe_state_autogen.go | 3 | ||||
-rwxr-xr-x | pkg/tcpip/link/sharedmem/sharedmem_unsafe_state_autogen.go | 3 | ||||
-rwxr-xr-x | pkg/tcpip/link/tun/tun_state_autogen.go | 2 | ||||
-rwxr-xr-x | pkg/tcpip/link/tun/tun_unsafe_state_autogen.go | 5 | ||||
-rwxr-xr-x | pkg/tcpip/tcpip_state_autogen.go | 13 | ||||
-rwxr-xr-x | pkg/tcpip/tcpip_unsafe_state_autogen.go | 23 | ||||
-rwxr-xr-x | pkg/tcpip/transport/tcp/tcp_unsafe_state_autogen.go | 3 |
11 files changed, 52 insertions, 22 deletions
diff --git a/pkg/tcpip/link/fdbased/fdbased_state_autogen.go b/pkg/tcpip/link/fdbased/fdbased_state_autogen.go index 97cb3958e..b84e8f21c 100755 --- a/pkg/tcpip/link/fdbased/fdbased_state_autogen.go +++ b/pkg/tcpip/link/fdbased/fdbased_state_autogen.go @@ -1,10 +1,8 @@ // automatically generated by stateify. // +build linux -// +build linux // +build linux,amd64 linux,arm64 // +build !linux !amd64,!arm64 -// +build linux,amd64 linux,arm64 // +build linux package fdbased diff --git a/pkg/tcpip/link/fdbased/fdbased_unsafe_state_autogen.go b/pkg/tcpip/link/fdbased/fdbased_unsafe_state_autogen.go new file mode 100755 index 000000000..e2ed505b2 --- /dev/null +++ b/pkg/tcpip/link/fdbased/fdbased_unsafe_state_autogen.go @@ -0,0 +1,6 @@ +// automatically generated by stateify. + +// +build linux +// +build linux,amd64 linux,arm64 + +package fdbased diff --git a/pkg/tcpip/link/rawfile/rawfile_state_autogen.go b/pkg/tcpip/link/rawfile/rawfile_state_autogen.go index 6b6816bae..338e9679b 100755 --- a/pkg/tcpip/link/rawfile/rawfile_state_autogen.go +++ b/pkg/tcpip/link/rawfile/rawfile_state_autogen.go @@ -1,10 +1,5 @@ // automatically generated by stateify. -// +build linux,!amd64,!arm64 -// +build linux,amd64 linux,arm64 -// +build go1.12 -// +build !go1.15 -// +build linux // +build linux package rawfile diff --git a/pkg/tcpip/link/rawfile/rawfile_unsafe_state_autogen.go b/pkg/tcpip/link/rawfile/rawfile_unsafe_state_autogen.go new file mode 100755 index 000000000..70d62c4a1 --- /dev/null +++ b/pkg/tcpip/link/rawfile/rawfile_unsafe_state_autogen.go @@ -0,0 +1,9 @@ +// automatically generated by stateify. + +// +build linux,!amd64,!arm64 +// +build linux,amd64 linux,arm64 +// +build go1.12 +// +build !go1.15 +// +build linux + +package rawfile diff --git a/pkg/tcpip/link/sharedmem/pipe/pipe_unsafe_state_autogen.go b/pkg/tcpip/link/sharedmem/pipe/pipe_unsafe_state_autogen.go new file mode 100755 index 000000000..d3b40feb4 --- /dev/null +++ b/pkg/tcpip/link/sharedmem/pipe/pipe_unsafe_state_autogen.go @@ -0,0 +1,3 @@ +// automatically generated by stateify. + +package pipe diff --git a/pkg/tcpip/link/sharedmem/sharedmem_unsafe_state_autogen.go b/pkg/tcpip/link/sharedmem/sharedmem_unsafe_state_autogen.go new file mode 100755 index 000000000..ac3a66520 --- /dev/null +++ b/pkg/tcpip/link/sharedmem/sharedmem_unsafe_state_autogen.go @@ -0,0 +1,3 @@ +// automatically generated by stateify. + +package sharedmem diff --git a/pkg/tcpip/link/tun/tun_state_autogen.go b/pkg/tcpip/link/tun/tun_state_autogen.go index 8b56175e4..4b70647af 100755 --- a/pkg/tcpip/link/tun/tun_state_autogen.go +++ b/pkg/tcpip/link/tun/tun_state_autogen.go @@ -1,7 +1,5 @@ // automatically generated by stateify. -// +build linux - package tun import ( diff --git a/pkg/tcpip/link/tun/tun_unsafe_state_autogen.go b/pkg/tcpip/link/tun/tun_unsafe_state_autogen.go new file mode 100755 index 000000000..149299ea3 --- /dev/null +++ b/pkg/tcpip/link/tun/tun_unsafe_state_autogen.go @@ -0,0 +1,5 @@ +// automatically generated by stateify. + +// +build linux + +package tun diff --git a/pkg/tcpip/tcpip_state_autogen.go b/pkg/tcpip/tcpip_state_autogen.go index 37b11704b..8ea900688 100755 --- a/pkg/tcpip/tcpip_state_autogen.go +++ b/pkg/tcpip/tcpip_state_autogen.go @@ -1,8 +1,5 @@ // automatically generated by stateify. -// +build go1.9 -// +build !go1.15 - package tcpip import ( @@ -68,18 +65,8 @@ func (x *IPPacketInfo) load(m state.Map) { m.Load("DestinationAddr", &x.DestinationAddr) } -func (x *StdClock) beforeSave() {} -func (x *StdClock) save(m state.Map) { - x.beforeSave() -} - -func (x *StdClock) afterLoad() {} -func (x *StdClock) load(m state.Map) { -} - func init() { state.Register("pkg/tcpip.FullAddress", (*FullAddress)(nil), state.Fns{Save: (*FullAddress).save, Load: (*FullAddress).load}) state.Register("pkg/tcpip.ControlMessages", (*ControlMessages)(nil), state.Fns{Save: (*ControlMessages).save, Load: (*ControlMessages).load}) state.Register("pkg/tcpip.IPPacketInfo", (*IPPacketInfo)(nil), state.Fns{Save: (*IPPacketInfo).save, Load: (*IPPacketInfo).load}) - state.Register("pkg/tcpip.StdClock", (*StdClock)(nil), state.Fns{Save: (*StdClock).save, Load: (*StdClock).load}) } diff --git a/pkg/tcpip/tcpip_unsafe_state_autogen.go b/pkg/tcpip/tcpip_unsafe_state_autogen.go new file mode 100755 index 000000000..32d2350f4 --- /dev/null +++ b/pkg/tcpip/tcpip_unsafe_state_autogen.go @@ -0,0 +1,23 @@ +// automatically generated by stateify. + +// +build go1.9 +// +build !go1.15 + +package tcpip + +import ( + "gvisor.dev/gvisor/pkg/state" +) + +func (x *StdClock) beforeSave() {} +func (x *StdClock) save(m state.Map) { + x.beforeSave() +} + +func (x *StdClock) afterLoad() {} +func (x *StdClock) load(m state.Map) { +} + +func init() { + state.Register("pkg/tcpip.StdClock", (*StdClock)(nil), state.Fns{Save: (*StdClock).save, Load: (*StdClock).load}) +} diff --git a/pkg/tcpip/transport/tcp/tcp_unsafe_state_autogen.go b/pkg/tcpip/transport/tcp/tcp_unsafe_state_autogen.go new file mode 100755 index 000000000..4cb82fcc9 --- /dev/null +++ b/pkg/tcpip/transport/tcp/tcp_unsafe_state_autogen.go @@ -0,0 +1,3 @@ +// automatically generated by stateify. + +package tcp |