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

Struct KprobeMultiLinkInfo

internal/sys/types.go:1652–1664  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1650}
1651
1652type KprobeMultiLinkInfo struct {
1653 _ structs.HostLayout
1654 Type LinkType
1655 Id LinkID
1656 ProgId uint32
1657 _ [4]byte
1658 Addrs TypedPointer[uint64]
1659 Count uint32
1660 Flags uint32
1661 Missed uint64
1662 Cookies TypedPointer[uint64]
1663 _ [16]byte
1664}
1665
1666type NetNsLinkInfo struct {
1667 _ structs.HostLayout

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected