MCPcopy
hub / github.com/cilium/cilium / PreFilter

Struct PreFilter

pkg/datapath/prefilter/prefilter.go:41–48  ·  view source on GitHub ↗

PreFilter holds global info on related CIDR maps participating in prefilter

Source from the content-addressed store, hash-verified

39
40// PreFilter holds global info on related CIDR maps participating in prefilter
41type PreFilter struct {
42 logger *slog.Logger
43 maps preFilterMaps
44 revision int64
45 mutex lock.RWMutex
46
47 enabled bool
48}
49
50// WriteConfig dumps the configuration for the corresponding header file
51func (p *PreFilter) WriteConfig(fw io.Writer) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected