MCPcopy
hub / github.com/google/gvisor / Stack

Struct Stack

pkg/sentry/socket/plugin/stack/stack.go:32–36  ·  view source on GitHub ↗

Stack is a struct that interacts with third-party network stack. It implements inet.Stack and plugin.PluginStack.

Source from the content-addressed store, hash-verified

30// Stack is a struct that interacts with third-party network stack.
31// It implements inet.Stack and plugin.PluginStack.
32type Stack struct {
33 inet.Stack
34
35 notifier *Notifier
36}
37
38var stack *Stack
39

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected