#1099095 ss -e/--extended underdocumented

Package:
iproute2
Source:
iproute2
Description:
networking and traffic control tools
Submitter:
Jakub Wilk
Date:
2025-03-26 18:51:01 UTC
Severity:
normal
Tags:
#1099095#3
Date:
2025-02-28 09:40:46 UTC
From:
To:
The ss(8) man page reads:

   -e, --extended
          Show detailed socket information. The output format is:

          uid:<uid_number> ino:<inode_number> sk:<cookie>

But judging by the source[*], there's also "fwmark:" and "cgroup:".
Please document them too.


[*] https://sources.debian.org/src/iproute2/6.13.0-1/misc/ss.c/#L1469