summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/netstat.h
diff options
context:
space:
mode:
authorhiren <hiren@FreeBSD.org>2015-04-06 18:40:50 +0000
committerhiren <hiren@FreeBSD.org>2015-04-06 18:40:50 +0000
commit39fb34452ff3bc4927f319c53cfad417efb4e883 (patch)
treefab8dc20b771524ae042d1c3a2ab99512f74b231 /usr.bin/netstat/netstat.h
parent511fc2e53ec0c25a92e2d1a47a46821b30ee2b6d (diff)
downloadFreeBSD-src-39fb34452ff3bc4927f319c53cfad417efb4e883.zip
FreeBSD-src-39fb34452ff3bc4927f319c53cfad417efb4e883.tar.gz
MFC r266418, r266448
Add the flowtype to the inpcb. Add -R to netstat to dump RSS/flow information. Reviewed by: delphij Relnotes: yes (for r266448) Sponsored by: Limelight Networks
Diffstat (limited to 'usr.bin/netstat/netstat.h')
-rw-r--r--usr.bin/netstat/netstat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/netstat/netstat.h b/usr.bin/netstat/netstat.h
index 414b4ce..d2e9d32 100644
--- a/usr.bin/netstat/netstat.h
+++ b/usr.bin/netstat/netstat.h
@@ -45,6 +45,7 @@ extern int noutputs; /* how much outputs before we exit */
extern int numeric_addr; /* show addresses numerically */
extern int numeric_port; /* show ports numerically */
extern int rflag; /* show routing tables (or routing stats) */
+extern int Rflag; /* show flowid / RSS information */
extern int sflag; /* show protocol statistics */
extern int Tflag; /* show TCP control block info */
extern int Wflag; /* wide display */
OpenPOWER on IntegriCloud