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

SEE ALSO

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