Provided by: systemtap-doc_4.2-3ubuntu0.1_all 

NAME
probe::udp.sendmsg - Fires whenever a process sends a UDP message
SYNOPSIS
udp.sendmsg
VALUES
dport
UDP destination port
sock
Network socket used by the process
name
The name of this probe
saddr
A string representing the source IP address
size
Number of bytes sent by the process
family
IP address family
sport
UDP source port
daddr
A string representing the destination IP address
CONTEXT
The process which sent a UDP message
SEE ALSO
tapset::udp(3stap)
SystemTap Tapset Reference November 2019 PROBE::UDP.SENDMSG(3stap)