callsmap

package
v1.11.5 Latest Latest
Warning

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

Go to latest
Published: May 10, 2022 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 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.

Jump to

Keyboard shortcuts

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