MCPcopy
hub / github.com/cilium/ebpf / progAttachCgroup

Struct progAttachCgroup

link/cgroup.go:77–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77type progAttachCgroup struct {
78 cgroup *os.File
79 current *ebpf.Program
80 attachType ebpf.AttachType
81 flags cgroupAttachFlags
82}
83
84var _ Link = (*progAttachCgroup)(nil)
85

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected