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