package
0.13.28
Repository: https://github.com/easystack/cilium.git
Documentation: pkg.go.dev

# Functions

Flush runs garbage collection for map m with the name mapName, deleting all entries.
GC runs garbage collection for map m with name mapName with the given filter.
NewGCFilterBy creates a new GCFilter of the given type.
ToString iterates through Map m and writes the values of the ct entries in m to a string.

# Constants

GCFilterByTime filters CT entries by time.
GCFilterNone doesn't filter the CT entries.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MaxTime specifies the last possible time for GCFilter.Time.
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

CtEntry represents an entry in the connection tracking table.
CtEntryDump represents the key and value contained in the conntrack map.
CtKey4 represents the key for IPv4 entries in the local BPF conntrack map.
CtKey4Global represents the key for IPv4 entries in the global BPF conntrack map.
CtKey6 represents the key for IPv6 entries in the local BPF conntrack map.
CtKey6Global represents the key for IPv6 entries in the global BPF conntrack map.
GCFilter contains the necessary fields to filter the CT maps.

# Interfaces

CtKey is the interface describing keys to the conntrack maps.

# Type aliases

No description provided by the author
GCFilterType is the type of a filter.