other versions
- Tumbleweed 5.4-1.1
- Leap-16.0
- Leap-15.6
| PROBE::UDP.RECVMSG(3stap) | Networking Tapset | PROBE::UDP.RECVMSG(3stap) |
NAME¶
probe::udp.recvmsg - Fires whenever a UDP message is received
SYNOPSIS¶
udp.recvmsg
VALUES¶
sock
Network socket used by the process
name
The name of this probe
family
IP address family
saddr
A string representing the source IP address
daddr
A string representing the destination IP address
size
Number of bytes received by the process
dport
UDP destination port
sport
UDP source port
CONTEXT¶
The process which received a UDP message
SEE ALSO0¶
tapset::udp(3stap)
| October 2025 | SystemTap Tapset Reference |