MCPcopy
hub / github.com/cilium/cilium / TupleKey4Global

Struct TupleKey4Global

pkg/tuple/ipv4.go:129–131  ·  view source on GitHub ↗

TupleKey4Global represents the key for IPv4 entries in the global BPF conntrack map.

Source from the content-addressed store, hash-verified

127// TupleKey4Global represents the key for IPv4 entries in the global BPF
128// conntrack map.
129type TupleKey4Global struct {
130 TupleKey4
131}
132
133// GetFlags returns the tuple's flags.
134func (k *TupleKey4Global) GetFlags() uint8 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected