# Functions
GetConfig creates a EndpointConfig structure using the endpoint's configuration.
OpenMapWithName attempts to open or create a BPF config map at the specified path with the specified name.
# Constants
MapNamePrefix is the basename prefix of endpoint config maps.
MaxEntries represents the maximum number of elements in the map.
SkipPolicyEgress causes ingress policy to be skipped.
SkipPolicyIngress causes ingress policy to be skipped.
# Structs
EndpointConfig represents the value of the endpoint's BPF map.
EndpointConfigMap is a map type for interfacing with endpoint BPF config.
Key is the key used to index into the config map for an endpoint.
# Type aliases
Flags is a set of endpoint configuration flags interpreted by BPF code.