pub const BPF_MAX_TRANSIENT_ENTRIES: usize = 100_000;
Maximum entries in the TransientFilter map before forced GC + eviction. Prevents unbounded HashMap growth under sustained create storms.