1PROBE::UDP.RECVMSG(3stap) Networking Tapset PROBE::UDP.RECVMSG(3stap)
2
3
4
6 probe::udp.recvmsg - Fires whenever a UDP message is received
7
9 udp.recvmsg
10
12 dport
13 UDP destination port
14
15 sock
16 Network socket used by the process
17
18 name
19 The name of this probe
20
21 size
22 Number of bytes received by the process
23
24 daddr
25 A string representing the destination IP address
26
27 sport
28 UDP source port
29
30 saddr
31 A string representing the source IP address
32
33 family
34 IP address family
35
37 The process which received a UDP message
38
40 tapset::udp(3stap)
41
42
43
44SystemTap Tapset Reference April 2023 PROBE::UDP.RECVMSG(3stap)