aboutgitcodebugslistschat
path: root/port_fwd.c
Commit message (Expand)AuthorAgeFilesLines
* port_fwd: Simplify get_bound_ports_*() to port_fwd_scan_*()David Gibson2023-11-071-34/+16
* port_fwd: Move port scanning /proc fds into struct port_fwdDavid Gibson2023-11-071-30/+32
* port_fwd: Split TCP and UDP cases for get_bound_ports()David Gibson2023-11-071-33/+43
* port_fwd: Don't NS_CALL get_bound_ports()David Gibson2023-11-071-35/+2
* port_fwd: Pre-open /proc/net/* files rather than on-demandDavid Gibson2023-11-071-18/+24
* port_fwd: Better parameterise procfs_scan_listen()David Gibson2023-11-071-31/+24
* port_fwd: Move automatic port forwarding code to port_fwd.[ch]David Gibson2023-11-071-0/+179