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::udp.disconnect - Fires when a process requests for a UDP disconnection

Context

       The process which requests a UDP disconnection

Name

       probe::udp.disconnect - Fires when a process requests for a UDP disconnection

See Also

tapset::udp(3stap)

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

Synopsis

       udp.disconnect

Values

daddr
           A string representing the destination IP address

       sport
           UDP source port

       flags
           Flags (e.g. FIN, etc)

       name
           The name of this probe

       sock
           Network socket used by the process

       saddr
           A string representing the source IP address

       family
           IP address family

       dport
           UDP destination port

See Also