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.recvmsg - Fires whenever a UDP message is received

Context

       The process which received a UDP message

Name

       probe::udp.recvmsg - Fires whenever a UDP message is received

See Also

tapset::udp(3stap)

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

Synopsis

       udp.recvmsg

Values

saddr
           A string representing the source IP address

       dport
           UDP destination port

       family
           IP address family

       sock
           Network socket used by the process

       daddr
           A string representing the destination IP address

       sport
           UDP source port

       name
           The name of this probe

       size
           Number of bytes received by the process

See Also