diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-04-30 16:51:30 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-04-30 16:51:30 +0000 |
commit | fcb8e5d481e5eaafa9796fbb2d22bd996dbbb38b (patch) | |
tree | c9b35b6e6544ccb7c8e823c2908c8c2e4f458ba5 /pkg/sentry/fsimpl/proc/task_net.go | |
parent | a8456bb33546ae08143587e01763cbfa03b09d6f (diff) | |
parent | 442fde405d86c555ac09994772c85ca15a3b4fc7 (diff) |
Merge release-20200413.0-27-g442fde4 (automated)
Diffstat (limited to 'pkg/sentry/fsimpl/proc/task_net.go')
-rwxr-xr-x | pkg/sentry/fsimpl/proc/task_net.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/sentry/fsimpl/proc/task_net.go b/pkg/sentry/fsimpl/proc/task_net.go index 6595fcee6..9c329341a 100755 --- a/pkg/sentry/fsimpl/proc/task_net.go +++ b/pkg/sentry/fsimpl/proc/task_net.go @@ -511,6 +511,8 @@ func (d *netUDPData) Generate(ctx context.Context, buf *bytes.Buffer) error { // degrade gracefully and retrieve what we can. t := kernel.TaskFromContext(ctx) + buf.WriteString(" sl local_address rem_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode ref pointer drops \n") + for _, se := range d.kernel.ListSockets() { s := se.SockVFS2 if !s.TryIncRef() { |