MCPcopy
hub / github.com/cilium/cilium / TupleKey6Global

Struct TupleKey6Global

pkg/tuple/ipv6.go:116–118  ·  view source on GitHub ↗

TupleKey6Global represents the key for IPv6 entries in the global BPF conntrack map.

Source from the content-addressed store, hash-verified

114
115// TupleKey6Global represents the key for IPv6 entries in the global BPF conntrack map.
116type TupleKey6Global struct {
117 TupleKey6
118}
119
120// GetFlags returns the tuple's flags.
121func (k *TupleKey6Global) GetFlags() uint8 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected