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

Struct CgroupLinkInfo

internal/sys/types.go:1600–1609  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1598}
1599
1600type CgroupLinkInfo struct {
1601 _ structs.HostLayout
1602 Type LinkType
1603 Id LinkID
1604 ProgId uint32
1605 _ [4]byte
1606 CgroupId uint64
1607 AttachType AttachType
1608 _ [36]byte
1609}
1610
1611type EventLinkInfo struct {
1612 _ structs.HostLayout

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected