 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
      Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetNs ¶
type NetNs struct {
	// contains filtered or unexported fields
}
    NetNs describes a network namespace path associated with a device / inode
type Probe ¶ added in v0.21.0
type Probe struct {
	common.RWMutex
	Graph *graph.Graph
	Root  *graph.Node
	// contains filtered or unexported fields
}
    Probe describes a netlink probe in a network namespace
func NewProbe ¶ added in v0.21.0
NewProbe creates a new network namespace probe
func (*Probe) Exclude ¶ added in v0.21.0
Exclude specify path to not process
func (*Probe) Register ¶ added in v0.21.0
Register a new network namespace path
func (*Probe) Unregister ¶ added in v0.21.0
Unregister a network namespace path
       Source Files
      ¶
      Source Files
      ¶
    
- netns.go
 Click to show internal directories. 
   Click to hide internal directories.