Provided by: systemtap-doc_4.6-2_amd64 bug

NAME

       probe::tcp.disconnect - TCP socket disconnection

SYNOPSIS

       tcp.disconnect

VALUES

       saddr
           A string representing the source IP address

       dport
           TCP destination port

       sock
           Network socket

       daddr
           A string representing the destination IP address

       flags
           TCP flags (e.g. FIN, etc)

       family
           IP address family

       name
           Name of this probe

       sport
           TCP source port

CONTEXT

       The process which disconnects tcp

SEE ALSO

       tapset::tcp(3stap)