1PROBE::UDP.DISCONN(3stap) Networking Tapset PROBE::UDP.DISCONN(3stap)
2
3
4
6 probe::udp.disconnect - Fires when a process requests for a UDP
7 disconnection
8
10 udp.disconnect
11
13 sport
14 UDP source port
15
16 dport
17 UDP destination port
18
19 saddr
20 A string representing the source IP address
21
22 sock
23 Network socket used by the process
24
25 daddr
26 A string representing the destination IP address
27
28 flags
29 Flags (e.g. FIN, etc)
30
31 name
32 The name of this probe
33
34 family
35 IP address family
36
38 The process which requests a UDP disconnection
39
41 tapset::udp(3stap)
42
43
44
45SystemTap Tapset Reference November 2021 PROBE::UDP.DISCONN(3stap)