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 per-endpoint tail call map. MapName = "cilium_calls_" // CustomCallsMapName is the name prefix for the per-endpoint prog // array maps used for loading user-defined eBPF programs. CustomCallsMapName = MapName + "custom_" // HostMapName and NetdevMapName are name prefixes for bpf_host's tail call // maps when attached to different interfaces. // // bpf_host attached to a cilium_host will use HostMapName. Attaching to // cilium_net and external interfaces will use NetdevMapName. HostMapName = MapName + "hostns_" NetdevMapName = MapName + "netdev_" )
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.