pub fn walk_connections6<P: PhysicalMemoryProvider>(
reader: &ObjectReader<P>,
) -> Result<Vec<ConnectionInfo>>Expand description
Walk Linux TCP IPv6 connections via tcp6_hashinfo.ehash.
Returns Ok(Vec::new()) if tcp6_hashinfo symbol is absent.