MCPcopy
hub / github.com/cilium/cilium / CtKey6Global

Struct CtKey6Global

pkg/maps/ctmap/types.go:225–227  ·  view source on GitHub ↗

CtKey6Global is needed to provide CtEntry type to Lookup values

Source from the content-addressed store, hash-verified

223
224// CtKey6Global is needed to provide CtEntry type to Lookup values
225type CtKey6Global struct {
226 tuple.TupleKey6Global
227}
228
229const SizeofCtKey6Global = int(unsafe.Sizeof(CtKey6Global{}))
230

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected