summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorhiren <hiren@FreeBSD.org>2015-04-06 22:41:13 +0000
committerhiren <hiren@FreeBSD.org>2015-04-06 22:41:13 +0000
commit1116474bdcea0dec418414174080cbde74de8359 (patch)
treeb4b626e19127c0f8c203bb6c77cf11cd048724f9 /share
parentf79a9e3ea80c5db489709dcc81badf94ec6eb373 (diff)
downloadFreeBSD-src-1116474bdcea0dec418414174080cbde74de8359.zip
FreeBSD-src-1116474bdcea0dec418414174080cbde74de8359.tar.gz
MFC r280233, r280237, r280441
Add connection flowid and flowtype to siftr(4). Sponsored by: Limelight Networks
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/siftr.418
1 files changed, 17 insertions, 1 deletions
diff --git a/share/man/man4/siftr.4 b/share/man/man4/siftr.4
index ab92f77..83ad63d 100644
--- a/share/man/man4/siftr.4
+++ b/share/man/man4/siftr.4
@@ -30,7 +30,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 12, 2010
+.Dd March 18, 2015
.Dt SIFTR 4
.Os
.Sh NAME
@@ -335,6 +335,22 @@ Bytes acknowledged via SACK are not excluded from this count.
.It Va 26
The current number of segments in the reassembly queue.
.El
+.Bl -tag -offset indent -width Va
+.It Va 27
+Flowid for the connection.
+A caveat: Zero '0' either represents a valid flowid or a default value when it's
+not being set. There is no easy way to differentiate without looking at actual
+network interface card and drivers being used.
+.El
+.Bl -tag -offset indent -width Va
+.It Va 28
+Flow type for the connection.
+Flowtype defines which protocol fields are hashed to produce the flowid.
+A complete listing is available in
+.Pa sys/mbuf.h
+under
+.Dv M_HASHTYPE_* .
+.El
.Pp
The third type of log message is written to the file when the module is disabled
and ceases collecting data from the running kernel.
OpenPOWER on IntegriCloud