Provided by: systemtap-doc_2.9-2ubuntu2_all bug

NAME

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

SYNOPSIS

       udp.recvmsg

VALUES

       daddr
           A string representing the destination IP address

       dport
           UDP destination port

       sport
           UDP source port

       family
           IP address family

       sock
           Network socket used by the process

       size
           Number of bytes received by the process

       name
           The name of this probe

       saddr
           A string representing the source IP address

CONTEXT

       The process which received a UDP message

SEE ALSO

       tapset::udp(3stap)