github.com/cilium/cilium@v1.16.2/pkg/maps/lxcmap/doc.go (about) 1 // SPDX-License-Identifier: Apache-2.0 2 // Copyright Authors of Cilium 3 4 // Package lxcmap represents the endpoints BPF map in the BPF programs. It is 5 // implemented as a hash table containing an entry for all local endpoints. 6 // The hashtable can be accessed through the key EndpointKey and points which 7 // points to the value EndpointInfo. 8 // +groupName=maps 9 package lxcmap