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 KeyInterface ¶
type KeyInterface = v3.KeyInterface
type ValueInterface ¶
type ValueInterface = v3.KeyInterface
Click to show internal directories.
Click to hide internal directories.