]> git.proxmox.com Git - mirror_iproute2.git/commit - misc/ss.c
ss: Refactor inet_show_sock
authorDavid Ahern <dsa@cumulusnetworks.com>
Mon, 27 Jun 2016 18:34:23 +0000 (11:34 -0700)
committerStephen Hemminger <shemming@brocade.com>
Tue, 28 Jun 2016 19:09:01 +0000 (12:09 -0700)
commit82d73ea03a1495a51425c28025ae48f92fb19182
tree4274f272cb9bec15d3ce1a737f63273f7ad81303
parent08401220a936cedd439a605c923122825641ff44
ss: Refactor inet_show_sock

Extract parsing of sockstat and filter from inet_show_sock.
While moving run_ssfilter into callers of inet_show_sock enable
userspace filtering before the kill.

Signed-off-by: David Ahern <dsa@cumulusnetworks.com>
misc/ss.c