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

Struct LinkInfo

internal/sys/types.go:760–767  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

758}
759
760type LinkInfo struct {
761 _ structs.HostLayout
762 Type LinkType
763 Id LinkID
764 ProgId uint32
765 _ [4]byte
766 Extra [48]uint8
767}
768
769type MapInfo struct {
770 _ structs.HostLayout

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected