# Functions
BackedByLPM returns true if the IPCache is backed by a proper LPM implementation (provided by Linux kernels 4.11 or later), false otherwise.
NewKey returns an Key based on the provided IP address and mask.
NewMap instantiates a Map.
Reopen attempts to close and re-open the IPCache map at the standard path on the filesystem.
SupportsDelete determines whether the underlying kernel map type supports the delete operation.
# Constants
MaxEntries is the maximum number of keys that can be present in the RemoteEndpointMap.
Name is the canonical name for the IPCache map on the filesystem.
# Variables
IPCache is a mapping of all endpoint IPs in the cluster which this Cilium agent is a part of to their corresponding security identities.
# Structs
Key implements the bpf.MapKey interface.
Map represents an IPCache BPF map.
RemoteEndpointInfo implements the bpf.MapValue interface.