MCPcopy Index your code
hub / github.com/google/gvisor / SocketMount

Method SocketMount

pkg/sentry/kernel/kernel.go:2147–2149  ·  view source on GitHub ↗

SocketMount returns the sockfs mount.

()

Source from the content-addressed store, hash-verified

2145
2146// SocketMount returns the sockfs mount.
2147func (k *Kernel) SocketMount() *vfs.Mount {
2148 return k.socketMount
2149}
2150
2151// CgroupRegistry returns the cgroup registry.
2152func (k *Kernel) CgroupRegistry() *CgroupRegistry {

Callers 5

NewSockfsFileFunction · 0.80
newSocketFunction · 0.80
NewFunction · 0.80
newSocketFunction · 0.80
SocketMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected