summaryrefslogtreecommitdiffstats
path: root/src/idiag-socket-details.c
Commit message (Collapse)AuthorAgeFilesLines
* idiag: deprecate IDIAG_SS_* socket statesThomas Haller2014-11-241-1/+1
| | | | | | | | | | These values mirror TCP_* socket states from 'netinit/tcp.h'. There is no good reason to expose a copy of those values. User space should use the original values (if they care). The only value that is actually useful is IDIAGNL_SS_ALL. Acked-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: Thomas Haller <thaller@redhat.com>
* Add idiag-socket-detailsJoe Damato2013-07-251-0/+90
This small program lists all sockets on the system seen by netlink and serves as a simple example showing how to alloc an idiag msg cache and dump the objects in it.