v3

package
v1.11.0-cni-plu...-8f3027a Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2024 License: Apache-2.0, Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const KeySize = v3.KeySize
View Source
const KeyV6Size = v3.KeyV6Size
View Source
const MaxEntries = 100000
View Source
const ValueSize = KeySize
View Source
const ValueV6Size = KeyV6Size

Variables

View Source
var MapParams = maps.MapParameters{
	Type:         "hash",
	KeySize:      KeySize,
	ValueSize:    ValueSize,
	MaxEntries:   MaxEntries,
	Name:         "cali_v4_ccq",
	Flags:        unix.BPF_F_NO_PREALLOC,
	Version:      1,
	UpdatedByBPF: true,
}
View Source
var MapParamsV6 = maps.MapParameters{
	Type:         "hash",
	KeySize:      KeyV6Size,
	ValueSize:    ValueV6Size,
	MaxEntries:   MaxEntries,
	Name:         "cali_v6_ccq",
	Flags:        unix.BPF_F_NO_PREALLOC,
	Version:      1,
	UpdatedByBPF: true,
}

Functions

This section is empty.

Types

type Key

type Key = v3.Key

type KeyInterface

type KeyInterface = v3.KeyInterface

type KeyV6

type KeyV6 = v3.KeyV6

type Value

type Value = v3.Key

type ValueInterface

type ValueInterface = v3.KeyInterface

type ValueV6

type ValueV6 = v3.KeyV6

Jump to

Keyboard shortcuts

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