1PROBE::TCP.RECEIVE(3stap)      Networking Tapset     PROBE::TCP.RECEIVE(3stap)
2
3
4

NAME

6       probe::tcp.receive - Called when a TCP packet is received
7

SYNOPSIS

9       tcp.receive
10

VALUES

12       daddr
13           A string representing the destination IP address
14
15       fin
16           TCP FIN flag
17
18       urg
19           TCP URG flag
20
21       iphdr
22           IP header address
23
24       family
25           IP address family
26
27       saddr
28           A string representing the source IP address
29
30       psh
31           TCP PSH flag
32
33       rst
34           TCP RST flag
35
36       dport
37           TCP destination port
38
39       ack
40           TCP ACK flag
41
42       protocol
43           Packet protocol from driver
44
45       syn
46           TCP SYN flag
47
48       sport
49           TCP source port
50
51       name
52           Name of the probe point
53

SEE ALSO

55       tapset::tcp(3stap)
56
57
58
59SystemTap Tapset Reference         May 2019          PROBE::TCP.RECEIVE(3stap)
Impressum