Documentation ¶
Overview ¶
Package callsmap represents the internal calls map for endpoint and host datapaths. It is primarily managed from the datapath; Cilium side contains a few constants used for loading only. +groupName=maps
Index ¶
Constants ¶
View Source
const ( // MapName is the prefix of the BPF map. MapName = "cilium_calls_" // HostMapName and NetdevMapName are name prefixes for the host // datapath BPF maps. They must be different but have the same length. HostMapName = MapName + "hostns_" NetdevMapName = MapName + "netdev_" // CustomCallsMapName is the name prefix for the per-endpoint prog // array maps used for loading user-defined eBPF programs. CustomCallsMapName = MapName + "custom_" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.