1PROBE::TCP.DISCONN(3stap) Networking Tapset PROBE::TCP.DISCONN(3stap)
2
3
4
6 probe::tcp.disconnect - TCP socket disconnection
7
9 tcp.disconnect
10
12 saddr
13 A string representing the source IP address
14
15 dport
16 TCP destination port
17
18 sock
19 Network socket
20
21 daddr
22 A string representing the destination IP address
23
24 flags
25 TCP flags (e.g. FIN, etc)
26
27 family
28 IP address family
29
30 name
31 Name of this probe
32
33 sport
34 TCP source port
35
37 The process which disconnects tcp
38
40 tapset::tcp(3stap)
41
42
43
44SystemTap Tapset Reference November 2021 PROBE::TCP.DISCONN(3stap)