callsmap

package
v1.18.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 17, 2025 License: Apache-2.0 Imports: 0 Imported by: 3

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL