package
0.13.28
Repository: https://github.com/wenjunzhang/cilium.git
Documentation: pkg.go.dev

# Functions

ConvertKeyValue converts key and value from bytes to given Golang struct pointers.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MountFS mounts the BPF filesystem and then opens/creates all maps which have previously been scheduled to be opened/created.
NewEndpointKey returns an EndpointKey based on the provided IP address.
NewMap creates a new Map instance - object representing a BPF map.
OpenAfterMount schedules a map to be opened/created after the BPF filesystem has been mounted.
No description provided by the author
No description provided by the author
No description provided by the author
UnMountFS unmounts the BPF filesystem.

# Constants

Must be in sync with ENDPOINT_KEY_* in <bpf/lib/common.h>.
Must be in sync with ENDPOINT_KEY_* in <bpf/lib/common.h>.
This enumeration must be in sync with enum bpf_prog_type in <linux/bpf.h>.
This enumeration must be in sync with enum bpf_prog_type in <linux/bpf.h>.
This enumeration must be in sync with enum bpf_prog_type in <linux/bpf.h>.
This enumeration must be in sync with enum bpf_prog_type in <linux/bpf.h>.
This enumeration must be in sync with enum bpf_prog_type in <linux/bpf.h>.
This enumeration must be in sync with enum bpf_prog_type in <linux/bpf.h>.
This enumeration must be in sync with enum bpf_prog_type in <linux/bpf.h>.
This enumeration must be in sync with enum bpf_prog_type in <linux/bpf.h>.
This enumeration must be in sync with enum bpf_prog_type in <linux/bpf.h>.
This enumeration must be in sync with enum bpf_prog_type in <linux/bpf.h>.
This enumeration must be in sync with enum bpf_prog_type in <linux/bpf.h>.
This enumeration must be in sync with enum bpf_prog_type in <linux/bpf.h>.
This enumeration must be in sync with enum bpf_prog_type in <linux/bpf.h>.
This enumeration must be in sync with enum bpf_prog_type in <linux/bpf.h>.
This enumeration must be in sync with enum bpf_prog_type in <linux/bpf.h>.
This enumeration must be in sync with enum bpf_prog_type in <linux/bpf.h>.
This enumeration must be in sync with enum bpf_prog_type in <linux/bpf.h>.
This enumeration must be in sync with enum bpf_prog_type in <linux/bpf.h>.
This enumeration must be in sync with enum bpf_prog_type in <linux/bpf.h>.
This enumeration must be in sync with enum bpf_prog_type in <linux/bpf.h>.
This enumeration must be in sync with enum bpf_prog_type in <linux/bpf.h>.
This enumeration must be in sync with enum bpf_prog_type in <linux/bpf.h>.
This enumeration must be in sync with enum bpf_prog_type in <linux/bpf.h>.
This enumeration must be in sync with enum bpf_prog_type in <linux/bpf.h>.
This enumeration must be in sync with enum bpf_prog_type in <linux/bpf.h>.
This enumeration must be in sync with enum bpf_prog_type in <linux/bpf.h>.
This enumeration must be in sync with enum bpf_prog_type in <linux/bpf.h>.
This enumeration must be in sync with enum bpf_prog_type in <linux/bpf.h>.

# Structs

EndpointKey represents the key value of the endpoints BPF map Must be in sync with struct endpoint_key in <bpf/lib/common.h>.
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
MapType is an enumeration for valid BPF map types.
No description provided by the author
ProgType is an enumeration for valid BPF program types.