//
pkg.gl
Category
github.com/cilium/ebpf
pin
package
0.17.3
Repository:
https://github.com/cilium/ebpf.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
10
Dependents
0
Files
67 SLOC
#
Functions
Load
Load retrieves a pinned object from a bpf virtual filesystem.
WalkDir
WalkDir walks the file tree rooted at path, calling bpffn for each node in the tree, including directories.
#
Interfaces
Pinner
Pinner is an interface implemented by all eBPF objects that support pinning to a bpf virtual filesystem.
#
Type aliases
WalkDirFunc
WalkDirFunc is the type of the function called for each object visited by [WalkDir].