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

SEE ALSO

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