# Functions
NewListenerTable returns a new ListenerTable.
NewNetlinkSession creates a new netlink session.
NewProcTable returns a new ProcTable that reads data from the /proc directory by default.
# Constants
Egress indicates a connection was established from this socket to an external listening socket.
Names for the direction of a connection.
Ingress indicates a connection was established from the outside to listening socket on this host.
Names for the direction of a connection.
Listening indicates a socket that is listening.
Names for the direction of a connection.
# Structs
ListenerTable tracks sockets that are listening.
NetlinkSession communicates with the kernel's netlink subsystem.
Proc contains static process information.
ProcTable contains all of the active processes (if the current user is root).
# Type aliases
Direction indicates how a socket was initiated.