Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NetNs ¶
type NetNs struct {
// contains filtered or unexported fields
}
NetNs describes a network namespace path associated with a device / inode
type ProbeHandler ¶ added in v0.25.0
type ProbeHandler struct { insanelock.RWMutex Ctx tp.Context // contains filtered or unexported fields }
ProbeHandler describes a netlink probe in a network namespace
func (*ProbeHandler) Exclude ¶ added in v0.25.0
func (u *ProbeHandler) Exclude(paths ...string)
Exclude specify path to not process
func (*ProbeHandler) Unregister ¶ added in v0.25.0
func (u *ProbeHandler) Unregister(path string)
Unregister a network namespace path
func (*ProbeHandler) Watch ¶ added in v0.25.0
func (u *ProbeHandler) Watch(path string)
Watch add a path to the inotify watcher
Click to show internal directories.
Click to hide internal directories.