# Functions
NewEndpointKey returns an EndpointKey based on the provided IP address.
# Constants
MaxEntries is the maximum number of keys that can be present in the RemoteEndpointMap.
# 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
EndpointKey implements the bpf.MapKey interface.
RemoteEndpointInfo implements the bpf.MapValue interface.