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

SEE ALSO

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