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 flags
14 Flags (e.g. FIN, etc)
15
16 name
17 The name of this probe
18
19 sport
20 UDP source port
21
22 dport
23 UDP destination port
24
25 sock
26 Network socket used by the process
27
28 family
29 IP address family
30
31 daddr
32 A string representing the destination IP address
33
34 saddr
35 A string representing the source IP address
36
38 The process which requests a UDP disconnection
39
41 tapset::udp(3stap)
42
43
44
45SystemTap Tapset Reference May 2021 PROBE::UDP.DISCONN(3stap)