Versions in this module Expand all Collapse all v0 v0.3.94 Apr 20, 2026 v0.3.91 Apr 15, 2026 Changes in this version + func ComputeCapabilitiesKey(mntns uint64, pid uint32, capability string, syscall string) uint64 + func ComputeDNSKey(mntns uint64, dnsName string) uint64 + func ComputeHTTPKey(mntns uint64, pid uint32, direction string, method string, host string, ...) uint64 + func ComputeHardlinkKey(mntns uint64, pid uint32, oldPath string, newPath string) uint64 + func ComputeNetworkKey(mntns uint64, pid uint32, dstAddr string, dstPort uint16, proto string) uint64 + func ComputeOpenKey(mntns uint64, pid uint32, path string, flagsRaw uint32) uint64 + func ComputePtraceKey(mntns uint64, pid uint32, exePath string) uint64 + func ComputeSSHKey(mntns uint64, dstIP string, dstPort uint16) uint64 + func ComputeSymlinkKey(mntns uint64, pid uint32, oldPath string, newPath string) uint64 + func ComputeSyscallKey(mntns uint64, pid uint32, syscall string) uint64 + type DedupCache struct + func NewDedupCache(slotsExponent uint8) *DedupCache + func (c *DedupCache) CheckAndSet(key uint64, ttlBuckets uint16, currentBucket uint16) bool