logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

probe::tcp.disconnect - TCP socket disconnection

Context

       The process which disconnects tcp

Name

       probe::tcp.disconnect - TCP socket disconnection

See Also

tapset::tcp(3stap)

SystemTap Tapset Reference                         April 2024                          PROBE::TCP.DISCONN(3stap)

Synopsis

       tcp.disconnect

Values

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

       name
           Name of this probe

       saddr
           A string representing the source IP address

       daddr
           A string representing the destination IP address

       sock
           Network socket

       sport
           TCP source port

       family
           IP address family

       dport
           TCP destination port

return

See Also