'\" t .\" Title: probe::tcp.disconnect .\" Author: .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: May 2021 .\" Manual: Networking Tapset .\" Source: SystemTap Tapset Reference .\" Language: English .\" .TH "PROBE::TCP\&.DISCONN" "3stap" "May 2021" "SystemTap Tapset Reference" "Networking Tapset" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" probe::tcp.disconnect \- TCP socket disconnection .SH "SYNOPSIS" .sp .nf tcp\&.disconnect .fi .SH "VALUES" .PP \fIdport\fR .RS 4 TCP destination port .RE .PP \fIfamily\fR .RS 4 IP address family .RE .PP \fIsaddr\fR .RS 4 A string representing the source IP address .RE .PP \fIflags\fR .RS 4 TCP flags (e\&.g\&. FIN, etc) .RE .PP \fIsport\fR .RS 4 TCP source port .RE .PP \fIsock\fR .RS 4 Network socket .RE .PP \fIname\fR .RS 4 Name of this probe .RE .PP \fIdaddr\fR .RS 4 A string representing the destination IP address .RE .SH "CONTEXT" .PP The process which disconnects tcp .SH SEE ALSO\n .IR tapset::tcp (3stap)