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

SEE ALSO

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