# Functions
CleanupOnRedirectClose cleans up the proxymap after a redirect has been closed.
Delete removes a proxymap map entry.
Flush flushes all proxymap entries, returns the number of entries removed.
GC garbage collects entries whose lifetime has expired.
Lookup looks up an entry in the proxymap.
# Constants
No description provided by the author
# Variables
Proxy4Map represents the BPF map for IPv4 proxy.
No description provided by the author
Proxy6Map represents the BPF map for IPv6 proxy.
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
ProxyMapKey is the generic type for Proxy6Key or Proxy4Key.
No description provided by the author