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