Documentation ¶
Overview ¶
Package ebpfless contains supporting code for the ebpfless tracer
Package ebpfless contains supporting code for the ebpfless tracer
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BoundPorts ¶
type BoundPorts struct {
// contains filtered or unexported fields
}
BoundPorts is a collection of bound ports on the host that is periodically updated from procfs
func NewBoundPorts ¶
func NewBoundPorts(cfg *config.Config) *BoundPorts
NewBoundPorts returns a new BoundPorts instance
func (*BoundPorts) Find ¶
func (b *BoundPorts) Find(proto network.ConnectionType, port uint16) bool
Find returns `true` if the given `(proto, port)` exists in the BoundPorts collection
Click to show internal directories.
Click to hide internal directories.