1PROBE::TCP.RECVMSG(3stap) Networking Tapset PROBE::TCP.RECVMSG(3stap)
2
3
4
6 probe::tcp.recvmsg - Receiving TCP message
7
9 tcp.recvmsg
10
12 sport
13 TCP source port
14
15 daddr
16 A string representing the destination IP address
17
18 name
19 Name of this probe
20
21 size
22 Number of bytes to be received
23
24 dport
25 TCP destination port
26
27 saddr
28 A string representing the source IP address
29
30 family
31 IP address family
32
33 sock
34 Network socket
35
37 The process which receives a tcp message
38
40 tapset::tcp(3stap)
41
42
43
44SystemTap Tapset Reference November 2019 PROBE::TCP.RECVMSG(3stap)