package
1.6.3
Repository: https://github.com/form3tech-oss/cilium.git
Documentation: pkg.go.dev

# Functions

NewSockmapKey returns a new key using 5-tuple input.
SockmapCreate will create sockmap map.

# Constants

MaxEntries represents the maximum number of endpoints in the map.

# Variables

SockMap represents the BPF map for sockets.

# Structs

SockmapKey is the 5-tuple used to lookup a socket +k8s:deepcopy-gen=true +k8s:deepcopy-gen:interfaces=github.com/cilium/cilium/pkg/bpf.MapKey.
SockmapValue is the fd of a socket +k8s:deepcopy-gen=true +k8s:deepcopy-gen:interfaces=github.com/cilium/cilium/pkg/bpf.MapValue.