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 family
13 IP address family
14
15 dport
16 TCP destination port
17
18 saddr
19 A string representing the source IP address
20
21 sport
22 TCP source port
23
24 daddr
25 A string representing the destination IP address
26
27 sock
28 Network socket
29
30 flags
31 TCP flags (e.g. FIN, etc)
32
33 name
34 Name of this probe
35
37 The process which disconnects tcp
38
40 tapset::tcp(3stap)
41
42
43
44SystemTap Tapset Reference June 2018 PROBE::TCP.DISCONN(3stap)