//! Linux eBPF process tracking module
//!
//! This module provides enhanced process lookup using eBPF for TCP/UDP connections.
//! It maintains compatibility with the existing procfs approach as a fallback.
pub use LibbpfSocketTracker as EbpfSocketTracker;
/// Process information from eBPF