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

SEE ALSO

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