Provided by: systemtap-doc_4.7-1_amd64 bug

NAME

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

SYNOPSIS

       tcp.receive

VALUES

       urg
           TCP URG flag

       saddr
           A string representing the source IP address

       ack
           TCP ACK flag

       name
           Name of the probe point

       sport
           TCP source port

       fin
           TCP FIN flag

       iphdr
           IP header address

       daddr
           A string representing the destination IP address

       psh
           TCP PSH flag

       rst
           TCP RST flag

       family
           IP address family

       dport
           TCP destination port

       syn
           TCP SYN flag

       protocol
           Packet protocol from driver

SEE ALSO

       tapset::tcp(3stap)