package
0.17.3
Repository: https://github.com/cilium/ebpf.git
Documentation: pkg.go.dev

# Functions

Load retrieves a pinned object from a bpf virtual filesystem.
WalkDir walks the file tree rooted at path, calling bpffn for each node in the tree, including directories.

# Interfaces

Pinner is an interface implemented by all eBPF objects that support pinning to a bpf virtual filesystem.

# Type aliases

WalkDirFunc is the type of the function called for each object visited by [WalkDir].