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

SEE ALSO

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