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