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

Interface Info

internal/sys/syscall.go:22–24  ·  view source on GitHub ↗

Info is implemented by all structs that can be passed to the ObjInfo syscall. MapInfo ProgInfo LinkInfo BtfInfo TokenInfo

Source from the content-addressed store, hash-verified

20// BtfInfo
21// TokenInfo
22type Info interface {
23 info() (unsafe.Pointer, uint32)
24}
25
26var _ Info = (*MapInfo)(nil)
27

Callers 1

ObjInfoFunction · 0.65

Implementers 15

btfTypebtf/btf_types.go
MapInfointernal/sys/types.go
ProgInfointernal/sys/types.go
LinkInfointernal/sys/types.go
TracingLinkInfointernal/sys/types.go
CgroupLinkInfointernal/sys/types.go
NetNsLinkInfointernal/sys/types.go
XDPLinkInfointernal/sys/types.go
TcxLinkInfointernal/sys/types.go
NetfilterLinkInfointernal/sys/types.go
NetkitLinkInfointernal/sys/types.go
KprobeMultiLinkInfointernal/sys/types.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…