Provided by: systemtap-doc_4.6-2_amd64 bug

NAME

       probe::tcp.receive - Called when a TCP packet is received

SYNOPSIS

       tcp.receive

VALUES

       psh
           TCP PSH flag

       name
           Name of the probe point

       sport
           TCP source port

       saddr
           A string representing the source IP address

       urg
           TCP URG flag

       fin
           TCP FIN flag

       protocol
           Packet protocol from driver

       iphdr
           IP header address

       daddr
           A string representing the destination IP address

       ack
           TCP ACK flag

       family
           IP address family

       rst
           TCP RST flag

       syn
           TCP SYN flag

       dport
           TCP destination port

SEE ALSO

       tapset::tcp(3stap)